From b7c65d37cd064c71cadfdfdcfe513f58c1464e22 Mon Sep 17 00:00:00 2001 From: cclohmar Date: Fri, 10 Jul 2026 23:24:43 +0100 Subject: [PATCH] chore: bump to 0.1.0.0029 --- VERSION | 2 +- deploy.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 761c43b..233b1d3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0.0028 +0.1.0.0029 diff --git a/deploy.sh b/deploy.sh index 61fa8b4..22c4b91 100755 --- a/deploy.sh +++ b/deploy.sh @@ -26,6 +26,7 @@ else echo "[MODE] Smart update (target exists)"; fi # --- Pull + build --- cd "$REPO_DIR" echo "[1/5] Pulling latest code..." +git config --global --add safe.directory /opt/NextWks 2>/dev/null || true git pull 2>&1 || echo "[WARN] Git pull failed — using existing code" echo "[2/5] Building binary (static)..."