Skip to content

Commit e703d77

Browse files
committed
fix(cd): force deployment
1 parent 4669fe8 commit e703d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: echo "STACK_NAME=${{ vars.STACK_NAME }}" >> $GITHUB_ENV
6060

6161
- name: Deploy solution stack
62-
run: npx cdk deploy
62+
run: npx cdk deploy --require-approval never
6363

6464
- name: Get endpoint URL
6565
id: endpoint

0 commit comments

Comments
 (0)