diff --git a/script/deploy.sh b/script/deploy.sh index cd4db6c..77eeaf2 100755 --- a/script/deploy.sh +++ b/script/deploy.sh @@ -681,6 +681,7 @@ if [[ "${DEPLOYMENT_STRATEGY}" == "I don't have a configuration" ]]; then sleep 5 done until [[ -e ../web/signals/deployment_ready ]]; do + sleep 5 done else BRIDGE_SCRIPT="../web/logic/non-interactive.py"