From 7120eef4e826f79d61a2c75e8e7627e2839077cb Mon Sep 17 00:00:00 2001 From: fuzhongyun <15339891972@163.com> Date: Thu, 29 Jan 2026 17:35:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=20botname?= 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 a9f6bd0..49baa29 100644 --- a/deploy.sh +++ b/deploy.sh @@ -19,7 +19,7 @@ BOT="All" CRON="start" if [ "$MODE" = "dev" ]; then CONFIG_FILE="config/config_test.yaml" - BOT="zltx" + BOT="dingchg59zwwvmuuvldx" BRANCH="test" CRON="close" fi