diff --git a/entrypoint.sh b/entrypoint.sh index bb64088..77749be 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -9,5 +9,6 @@ ssh deploy.sixohthree.com "dsh -M -c -r ssh -g webs -- rsync -hvrz --delete -C - ssh deploy.sixohthree.com "rm -rf /tmp/gitea_${GITHUB_RUN_NUMBER}_${GITHUB_SHA}" if [ "$RESTART_NGINX" = "yes" ]; then + echo "Restarting nginx..." ssh deploy.sixohthree.com "dsh -M -c -r ssh -g webs -- sudo systemctl reload nginx" fi