Skip to content

Commit

Permalink
test(ci): update retry interval for can-i-deploy 5x15
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Oct 7, 2024
1 parent 5087300 commit 227f72b
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 @@ -55,7 +55,7 @@ can_i_deploy: .env
--version ${GIT_COMMIT} \
--to-environment production \
--retry-while-unknown 5 \
--retry-interval 10
--retry-interval 15

deploy_app:
@echo "Deploying to prod"
Expand Down

0 comments on commit 227f72b

Please sign in to comment.