diff --git a/hooks/update.sh b/hooks/update.sh index d88180a..502b7c2 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..."