Skip to content

Commit

Permalink
add region to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Nguyen Vu Hung committed Jul 24, 2024
1 parent 53055af commit 4524444
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
needs: test
steps:
- name: Deploy with cloudformation
env:
AWS_DEFAULT_REGION: ap-southeast-1
run: |
aws cloudformation package --template-file template.yaml --output-template-file serverless-output.yaml --s3-bucket ${{ secrets.AWS_S3_BUCKET }}
aws cloudformation deploy --template-file serverless-output.yaml --stack-name ${{ secrets.STACK_NAME }} --capabilities CAPABILITY_NAMED_IAM --no-execute-changeset

0 comments on commit 4524444

Please sign in to comment.