From 775b2cde131c91d6f468dcef2e43675e23100463 Mon Sep 17 00:00:00 2001 From: Cycrypto Date: Tue, 4 Jun 2024 00:01:51 +0900 Subject: [PATCH] modify: change package bucket name --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d43118fb..5fa30958 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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