We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3029096 commit 8711020Copy full SHA for 8711020
.github/workflows/ci.yaml
@@ -92,13 +92,13 @@ jobs:
92
- name: Configure AWS
93
uses: ./.github/actions/configure-aws
94
with:
95
- aws_role_to_assume: 'arn:aws:iam::${{secrets.AWS_ACCOUNT_ID_STAGE}}:role/spacecat-role-github-actions'
+ aws_role_to_assume: 'arn:aws:iam::${{secrets.AWS_ACCOUNT_ID_PROD}}:role/spacecat-role-github-actions'
96
97
- name: Branch Deployment
98
- run: npm run deploy-stage
+ run: npm run deploy
99
env:
100
AWS_REGION: us-east-1
101
- AWS_ACCOUNT_ID: ${{secrets.AWS_ACCOUNT_ID_STAGE}}
+ AWS_ACCOUNT_ID: ${{secrets.AWS_ACCOUNT_ID_PROD}}
102
103
- name: Post-Deployment Integration Test
104
run: npm run test-postdeploy
0 commit comments