Skip to content
Snippets Groups Projects
Commit 8a3f4fef authored by Chris Sangwin's avatar Chris Sangwin
Browse files

Increase the number of failed deploy attempts before giving up.

parent 0492ffb5
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ if (!is_null($deploy)) { ...@@ -78,7 +78,7 @@ if (!is_null($deploy)) {
redirect($nexturl); redirect($nexturl);
} }
$maxfailedattempts = 3; $maxfailedattempts = 10;
$failedattempts = 0; $failedattempts = 0;
$numberdeployed = 0; $numberdeployed = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment