Added echo command to deploy.sh

We had a problem where the 'docker exec' command would hang, and having
an explicit "I'm now doing this thing" in the console helps analyse this.
This commit is contained in:
2017-04-07 12:27:30 +02:00
parent 9b0e996c10
commit 5c3d76c660

View File

@@ -130,6 +130,7 @@ echo "==================================================================="
echo "NOTE: If you want to edit config_local.py on the server, do so now."
echo "NOTE: Press [ENTER] to continue and restart the server process."
read dummy
echo "Gracefully restarting server process"
${SSH} docker exec ${DOCKER_NAME} apache2ctl graceful
echo "Server process restarted"