Skip to content

Commit

Permalink
cdk diff, never require approval for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jtherrmann committed Nov 1, 2024
1 parent c158620 commit 6dd2ccf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/deploy-hyp3/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,5 @@ runs:
ORIGIN_ACCESS_IDENTITY_ID='${{ inputs.ORIGIN_ACCESS_IDENTITY_ID }}' \
DISTRIBUTION_URL='${{ inputs.DISTRIBUTION_URL}}'
cdk deploy
cdk diff
cdk deploy --require-approval=never

0 comments on commit 6dd2ccf

Please sign in to comment.