Skip to content

Commit

Permalink
test(ci): update retry interval for can-i-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Oct 7, 2024
1 parent a06786c commit 5087300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ can_i_deploy: .env
--pacticipant ${PACTICIPANT} \
--version ${GIT_COMMIT} \
--to-environment production \
--retry-while-unknown 0 \
--retry-while-unknown 5 \
--retry-interval 10

deploy_app:
Expand Down

0 comments on commit 5087300

Please sign in to comment.