We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c158620 commit 6dd2ccfCopy full SHA for 6dd2ccf
.github/actions/deploy-hyp3/action.yml
@@ -116,4 +116,5 @@ runs:
116
ORIGIN_ACCESS_IDENTITY_ID='${{ inputs.ORIGIN_ACCESS_IDENTITY_ID }}' \
117
DISTRIBUTION_URL='${{ inputs.DISTRIBUTION_URL}}'
118
119
- cdk deploy
+ cdk diff
120
+ cdk deploy --require-approval=never
0 commit comments