File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 9595 - name : Retrieve Server Certificates
9696 run : |
9797 account=$(echo '${{ inputs.environment }}' | cut -d '-' -f1)
98- aws s3 cp s3://nhsd-nrlf--truststore/ server/${account}.pem truststore/server/ ${account}.pem
98+ make truststore-pull- server ENV= ${account}
9999
100100 - name : Download build artifacts
101101 uses : actions/download-artifact@v4
@@ -165,7 +165,6 @@ jobs:
165165 run : |
166166 account=$(echo '${{ inputs.environment }}' | cut -d '-' -f1)
167167 make truststore-pull-server ENV=${account}
168- aws s3 cp s3://nhsd-nrlf--truststore/server/${account}.pem truststore/server/${account}.pem
169168
170169 - name : Terraform Init
171170 run : |
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ jobs:
133133 role-session-name : github-actions-ci-${{ needs.set-environment-id.outputs.environment_id }}
134134
135135 - name : Retrieve Server Certificates
136- run : aws s3 cp s3://nhsd-nrlf--truststore/ server/dev.pem truststore/server/ dev.pem
136+ run : make truststore-pull- server ENV= dev
137137
138138 - name : Terraform Init
139139 run : |
You can’t perform that action at this time.
0 commit comments