From 609ef06e6e97f29a3164efe8e54fbc8c02dae861 Mon Sep 17 00:00:00 2001 From: hmo Date: Tue, 21 Jul 2026 02:08:23 +0800 Subject: [PATCH] =?UTF-8?q?fix(guard):=20CODE=5FPATHS=E8=A1=A5scripts/?= =?UTF-8?q?=E6=95=B4=E7=9B=AE=E5=BD=95+mofin=5Fdb/mo=5Fdata=E6=A0=B9?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E2=80=94=E2=80=94=E8=A6=86=E7=9B=96=E5=BA=93?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E7=A1=AC=E9=93=BE=E9=80=A0=E6=88=90=E7=9A=84?= =?UTF-8?q?=E5=90=88=E6=B3=95dirty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/profile-scripts/deploy_guard.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/profile-scripts/deploy_guard.py b/deploy/profile-scripts/deploy_guard.py index b1681d01..be2be02b 100644 --- a/deploy/profile-scripts/deploy_guard.py +++ b/deploy/profile-scripts/deploy_guard.py @@ -29,9 +29,9 @@ SYNC_SCRIPT = f"{CANONICAL}/sync_profile_scripts.sh" # 守卫范围:被 git 跟踪的【代码】路径(运行时产物 data/ logs/ static/*.json 不在其列) CODE_PATHS = [ - "deploy/profile-scripts", "deploy/bot", "prompt_manager", - "server.py", "mofin_db.py", "strategy_lifecycle.py", "xmpp_logger.py", - "mo_config.py", "scripts/mo_data.py", + "deploy/profile-scripts", "deploy/bot", "prompt_manager", "scripts", + "server.py", "mofin_db.py", "mo_data.py", "strategy_lifecycle.py", "xmpp_logger.py", + "mo_config.py", "static/index.html", "static/mofin_health.html", ]