Skip to content

Commit 0325f30

Browse files
committed
[menu_get_svc] updated cd script v6
1 parent 8799156 commit 0325f30

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,7 @@ jobs:
8484
- name: Deploy the app
8585
run: |
8686
sam deploy \
87-
--guided \
88-
--stack-name ${{ env.STACK_NAME }}-${{ env.ENVIRONMENT }}
87+
--stack-name ${{ env.STACK_NAME }}-${{ env.ENVIRONMENT }} \
8988
--role-arn arn:aws:iam::${{ env.ACCOUNT_ID }}:role/GitHubActionsDeployRole \
9089
--resolve-s3 \
9190
--no-progressbar

0 commit comments

Comments
 (0)