From 78bebe134eb01de5fccb1a972cba19b69f94e952 Mon Sep 17 00:00:00 2001 From: li Date: Sat, 14 Mar 2026 19:48:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20deploy.sh=20?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E8=B7=AF=E5=BE=84=E4=B8=BA=20client-root/wkb?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index c0d3879..e364da0 100755 --- a/deploy.sh +++ b/deploy.sh @@ -19,7 +19,7 @@ ROOT_DIR="$(cd "$(dirname "$0")" && pwd)" FRONTEND_DIR="$ROOT_DIR/frontend" CLIENT_DIR="$ROOT_DIR/client" REMOTE_FRONTEND="/var/www/saas/frontend" -REMOTE_CLIENT="/var/www/saas/client" +REMOTE_CLIENT="/var/www/saas/client-root/wkb" REMOTE_BACKEND_SCRIPT="/var/www/saas/deploy-backend.sh" GREEN='\033[0;32m'; YELLOW='\033[1;33m'; NC='\033[0m'