diff --git a/hooks/update.sh b/hooks/update.sh index 502b7c2..d88180a 100755 --- a/hooks/update.sh +++ b/hooks/update.sh @@ -3,7 +3,7 @@ set -e echo "[webhook] Pulling new code..." -# cd /virt/nexus-timer || exit 1 +cd /virt/nexus-timer || exit 1 git pull origin main echo "[webhook] Building image..."