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:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user