add more info

This commit is contained in:
neilpang 2019-07-23 21:43:00 +08:00
parent 54e189616c
commit 45e8bb03e4
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ docker_deploy() {
fi
if [ "$DEPLOY_DOCKER_CONTAINER_RELOAD_CMD" ]; then
_info "Reloading: $DEPLOY_DOCKER_CONTAINER_RELOAD_CMD"
if ! _docker_exec "$_cid" "$DEPLOY_DOCKER_CONTAINER_RELOAD_CMD"; then
return 1
fi