From 1ed685cda6d5b5eae133d83c9020c82040ced408 Mon Sep 17 00:00:00 2001 From: lhx Date: Mon, 15 Dec 2025 09:14:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E5=8A=A8=E8=84=9A=E6=9C=AC=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= 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 26f19f0..0e4e2de 100644 --- a/deploy.sh +++ b/deploy.sh @@ -10,7 +10,7 @@ fi if [ $SKIP_GIT_PULL -eq 0 ]; then echo "正在拉取最新代码..." - git pull origin main + git pull gs main if [ $? -ne 0 ]; then echo "代码拉取失败,是否继续? (y/n)" read -r CONTINUE