From 4fc8892f32540e8b6d94bd79b91cd0d8fc5762e5 Mon Sep 17 00:00:00 2001 From: aiotagro Date: Thu, 18 Sep 2025 18:01:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=BD=91=E7=AB=99=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E8=84=9A=E6=9C=AC=E4=B8=AD=E7=9A=84=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- up_website.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/up_website.sh b/up_website.sh index 77c9ae6..47e1fd9 100644 --- a/up_website.sh +++ b/up_website.sh @@ -1,10 +1,10 @@ #!/bin/bash # 配置参数 -LOCAL_DIR="/Users/ainongkeji/code/vue/jiebanke/website" +LOCAL_DIR="./website" REMOTE_USER="root" REMOTE_HOST="1.13.156.49" -REMOTE_DIR="/data/php/jiebanke/www" +REMOTE_DIR="/data/website/jiebanke/" # 检查本地目录是否存在 if [ ! -d "$LOCAL_DIR" ]; then