Skip to content

Commit

Permalink
chore: increase can-i-deploy retry interval to 5
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F authored Oct 7, 2024
1 parent 22f00f1 commit 5326c5a
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 @@ -53,7 +53,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 Expand Up @@ -101,4 +101,4 @@ test_github_webhook:
.env:
touch .env

.PHONY: test
.PHONY: test

0 comments on commit 5326c5a

Please sign in to comment.