Skip to content

Commit ec5dfd5

Browse files
committed
[menu_get_svc] updated cd script
1 parent 363499b commit ec5dfd5

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/cd.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,10 @@ jobs:
8383
8484
- name: Deploy the app
8585
run: |
86-
sam deploy
87-
--no-progressbar \
88-
--resolve-s3 \
89-
--role-arn arn:aws:iam::${{ env.ACCOUNT_ID }}:role/GitHubActionsDeployRole \
86+
sam deploy \
87+
--guided \
9088
--stack-name ${{ env.STACK_NAME }}-${{ env.ENVIRONMENT }}
89+
--role-arn arn:aws:iam::${{ env.ACCOUNT_ID }}:role/GitHubActionsDeployRole \
90+
--resolve-s3 \
91+
--no-progressbar
9192

0 commit comments

Comments
 (0)