Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/aws_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: ${{ inputs.cicd-role }}
role-session-name: github-action-application-deploy
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: ./.github/workflows/aws_deploy.yml
with:
aws-region: "ap-southeast-1"
cicd-role: "arn:aws:iam::095733531422:role/isomer-infra-stg-deploy-role"
cicd-role: "arn:aws:iam::095733531422:role/isomer-infra-staging-deploy-role"
ecr-repository: "isomer-infra-staging-ecr"
ecs-cluster-name: "isomer-stg-ecs"
ecs-web-service-name: "isomer-stg-ecs-service"
Expand All @@ -41,7 +41,7 @@ jobs:
uses: ./.github/workflows/aws_deploy.yml
with:
aws-region: "ap-southeast-1"
cicd-role: "arn:aws:iam::095733531422:role/isomer-infra-stg-deploy-role"
cicd-role: "arn:aws:iam::095733531422:role/isomer-infra-staging-deploy-role"
ecr-repository: "isomer-infra-staging-ecr"
ecs-cluster-name: "isomer-stg-ecs"
ecs-web-service-name: "stg-support-ecs-service"
Expand Down
Loading