Skip to content

Commit 8711020

Browse files
committed
feat: add deploy to stage and fix semantic-release
1 parent 3029096 commit 8711020

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,13 @@ jobs:
9292
- name: Configure AWS
9393
uses: ./.github/actions/configure-aws
9494
with:
95-
aws_role_to_assume: 'arn:aws:iam::${{secrets.AWS_ACCOUNT_ID_STAGE}}:role/spacecat-role-github-actions'
95+
aws_role_to_assume: 'arn:aws:iam::${{secrets.AWS_ACCOUNT_ID_PROD}}:role/spacecat-role-github-actions'
9696

9797
- name: Branch Deployment
98-
run: npm run deploy-stage
98+
run: npm run deploy
9999
env:
100100
AWS_REGION: us-east-1
101-
AWS_ACCOUNT_ID: ${{secrets.AWS_ACCOUNT_ID_STAGE}}
101+
AWS_ACCOUNT_ID: ${{secrets.AWS_ACCOUNT_ID_PROD}}
102102

103103
- name: Post-Deployment Integration Test
104104
run: npm run test-postdeploy

0 commit comments

Comments
 (0)