Skip to content

Commit 6bc914d

Browse files
committed
NRL-661 Use correct truststore make commands
1 parent aa6a9bc commit 6bc914d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/persistent-environment.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
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: |

.github/workflows/pr-env-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)