Skip to content

Commit

Permalink
modify: change package bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
Cycrypto committed Jun 3, 2024
1 parent ba7fff0 commit 8f1a440
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
run: sam build

- name: Package with SAM
run: sam package --output-template-file packaged.yaml --s3-bucket sandol-sam-deploy-bucket
run: sam package --output-template-file packaged.yaml --s3-bucket sandol-deploy-bucket

- name: Deploy with SAM
run: sam deploy --template-file packaged.yaml --stack-name fastapi-sam-app --capabilities CAPABILITY_IAM --region ap-northeast-2
run: sam deploy --template-file packaged.yaml --stack-name fastapi-sam-app --capabilities CAPABILITY_IAM --no-confirm-changeset --no-fail-on-empty-changeset --region ap-northeast-2

0 comments on commit 8f1a440

Please sign in to comment.