Skip to content

Commit 5326c5a

Browse files
authored
chore: increase can-i-deploy retry interval to 5
1 parent 22f00f1 commit 5326c5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ can_i_deploy: .env
5353
--pacticipant ${PACTICIPANT} \
5454
--version ${GIT_COMMIT} \
5555
--to-environment production \
56-
--retry-while-unknown 0 \
56+
--retry-while-unknown 5 \
5757
--retry-interval 10
5858

5959
deploy_app:
@@ -101,4 +101,4 @@ test_github_webhook:
101101
.env:
102102
touch .env
103103

104-
.PHONY: test
104+
.PHONY: test

0 commit comments

Comments
 (0)