From 463f1c72244a45cd75450e02ba789aaa002b1aaf Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 23 Mar 2026 13:53:38 +0700 Subject: [PATCH] =?UTF-8?q?260323:1353=20fix=20CI=20:=20Verify=20relaase?= =?UTF-8?q?=20:=20=F0=9F=90=8B=20Login=20to=20Internal=20Registry=20#05?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/deploy.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/deploy.sh b/scripts/deploy.sh index d22d7d2..acad7bd 100644 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -7,9 +7,12 @@ set -e # Exit on error # Configuration -LCBP3_DIR="/volume1/lcbp3" +LCBP3_DIR="/share/np-dms/app" CURRENT_FILE="$LCBP3_DIR/current" +# Ensure base directory exists (QNAP path fix) +mkdir -p "$LCBP3_DIR" + # Ensure current file exists if [ ! -f "$CURRENT_FILE" ]; then echo "blue" > "$CURRENT_FILE"