diff --git a/infrastructure/deployment/deploy.sh b/infrastructure/deployment/deploy.sh index 176a3c6f7..5e868a8a9 100755 --- a/infrastructure/deployment/deploy.sh +++ b/infrastructure/deployment/deploy.sh @@ -289,9 +289,9 @@ docker_stack_deploy() { do echo "Server failed to download $tag. Retrying..." sleep 5 - done & + done done - + echo "Updating docker swarm stack with new compose files" configured_ssh 'cd /opt/opencrvs && \