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 775b2cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ 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
Expand Down

0 comments on commit 775b2cd

Please sign in to comment.