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