Skip to content

Commit dd10298

Browse files
authored
Merge pull request #5902 from nhsuk/next
Version 6.15
2 parents eb8cfea + 8fcb703 commit dd10298

96 files changed

Lines changed: 2788 additions & 1710 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/build-and-push-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Configure AWS Dev Credentials
4040
uses: aws-actions/configure-aws-credentials@v5
4141
with:
42-
role-to-assume: arn:aws:iam::393416225559:role/GithubDeployMavisAndInfrastructure
42+
role-to-assume: arn:aws:iam::393416225559:role/GithubDeployECSService
4343
aws-region: eu-west-2
4444
- name: Check if dev image exists
4545
id: check-dev-image
@@ -54,7 +54,7 @@ jobs:
5454
if: env.PUSH_IMAGE_TO_PRODUCTION == 'true'
5555
uses: aws-actions/configure-aws-credentials@v5
5656
with:
57-
role-to-assume: arn:aws:iam::820242920762:role/GithubDeployMavisAndInfrastructure
57+
role-to-assume: arn:aws:iam::820242920762:role/GithubDeployECSService
5858
aws-region: eu-west-2
5959
- name: Check if production image exists
6060
if: env.PUSH_IMAGE_TO_PRODUCTION == 'true'

0 commit comments

Comments
 (0)