fix: add --resolve-s3 option to SAM deploy command in workflow

This commit is contained in:
Ardeman 2025-04-16 10:31:15 +08:00
parent 52916998f0
commit 2e5c8dcde4

View File

@ -32,4 +32,4 @@ jobs:
- name: Deploy with SAM - name: Deploy with SAM
run: | 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