From 599a2aad443c98798f6118492beb1436c0f297a9 Mon Sep 17 00:00:00 2001 From: renzhiyuan <465386466@qq.com> Date: Thu, 20 Nov 2025 15:44:48 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=98=E5=8C=96=E8=81=8A=E5=A4=A9?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E4=B8=8E=E6=A8=A1=E5=9E=8B=E9=85=8D=E7=BD=AE?= 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 729bd1d..e813827 100644 --- a/deploy.sh +++ b/deploy.sh @@ -16,7 +16,7 @@ CONFIG_FILE="config/config.yaml" BRANCH="master" if [ "$MODE" = "dev" ]; then CONFIG_FILE="config/config_test.yaml" - BRANCH="v2" + BRANCH="test" fi git fetch origin