Skip to content

Commit 69c0015

Browse files
committed
chore: update IAM deploy role
1 parent b4f7914 commit 69c0015

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/deploy_prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: ./.github/workflows/aws_deploy.yml
1414
with:
1515
aws-region: "ap-southeast-1"
16-
cicd-role: "arn:aws:iam::095733531422:role/isomer-infra-github-oidc-role-16ea937"
16+
cicd-role: "arn:aws:iam::095733531422:role/isomer-infra-prod-deploy-role"
1717
ecr-repository: "isomer-infra-prod-ecr"
1818
ecs-cluster-name: "isomer-prod-ecs"
1919
ecs-web-service-name: "isomer-prod-ecs-service"
@@ -38,7 +38,7 @@ jobs:
3838
uses: ./.github/workflows/aws_deploy.yml
3939
with:
4040
aws-region: "ap-southeast-1"
41-
cicd-role: "arn:aws:iam::095733531422:role/isomer-infra-github-oidc-role-16ea937"
41+
cicd-role: "arn:aws:iam::095733531422:role/isomer-infra-prod-deploy-role"
4242
ecr-repository: "isomer-infra-prod-ecr"
4343
ecs-cluster-name: "isomer-prod-ecs"
4444
ecs-web-service-name: "prod-support-ecs-service"

.github/workflows/deploy_staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: ./.github/workflows/aws_deploy.yml
1717
with:
1818
aws-region: "ap-southeast-1"
19-
cicd-role: "arn:aws:iam::095733531422:role/isomer-infra-github-oidc-role-16ea937"
19+
cicd-role: "arn:aws:iam::095733531422:role/isomer-infra-stg-deploy-role"
2020
ecr-repository: "isomer-infra-staging-ecr"
2121
ecs-cluster-name: "isomer-stg-ecs"
2222
ecs-web-service-name: "isomer-stg-ecs-service"
@@ -41,7 +41,7 @@ jobs:
4141
uses: ./.github/workflows/aws_deploy.yml
4242
with:
4343
aws-region: "ap-southeast-1"
44-
cicd-role: "arn:aws:iam::095733531422:role/isomer-infra-github-oidc-role-16ea937"
44+
cicd-role: "arn:aws:iam::095733531422:role/isomer-infra-stg-deploy-role"
4545
ecr-repository: "isomer-infra-staging-ecr"
4646
ecs-cluster-name: "isomer-stg-ecs"
4747
ecs-web-service-name: "stg-support-ecs-service"

0 commit comments

Comments
 (0)