fix: add --resolve-s3 option to SAM deploy command in workflow
This commit is contained in:
parent
52916998f0
commit
2e5c8dcde4
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@ -32,4 +32,4 @@ jobs:
|
||||
|
||||
- name: Deploy with SAM
|
||||
run: |
|
||||
sam deploy --no-confirm-changeset --no-fail-on-empty-changeset --stack-name legalgo-stack --capabilities CAPABILITY_IAM --region ${{ secrets.AWS_REGION }}
|
||||
sam deploy --no-confirm-changeset --no-fail-on-empty-changeset --stack-name legalgo-stack --capabilities CAPABILITY_IAM --region ${{ secrets.AWS_REGION }} --resolve-s3
|
||||
Loading…
x
Reference in New Issue
Block a user