Skip to content

Commit

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

deploy_app:
@echo "Deploying to prod"
Expand Down

0 comments on commit 0534206

Please sign in to comment.