From cedd0a557cd414b2d24bb86a33e896b0d81fbeba Mon Sep 17 00:00:00 2001 From: xxm Date: Mon, 17 Aug 2026 12:52:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20deploy=5Fguard=20PROFILE=5FDIRS=E5=8A=A0?= =?UTF-8?q?mohe=E2=80=94=E2=80=94kanban-=E9=97=AD=E7=8E=AF=E5=B7=A1?= =?UTF-8?q?=E6=A3=80=E8=84=9A=E6=9C=AC=E8=AF=AF=E6=8A=A5=E7=BC=BA=E5=A4=B1?= =?UTF-8?q?(=E8=84=9A=E6=9C=AC=E5=9C=A8mohe=20profile=E8=87=AA=E5=B7=B1?= =?UTF-8?q?=E7=9A=84=E7=9B=AE=E5=BD=95)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/profile-scripts/deploy_guard.py | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/profile-scripts/deploy_guard.py b/deploy/profile-scripts/deploy_guard.py index 9b68d65e..feec7353 100644 --- a/deploy/profile-scripts/deploy_guard.py +++ b/deploy/profile-scripts/deploy_guard.py @@ -22,6 +22,7 @@ CANONICAL = f"{REPO}/deploy/profile-scripts" PROFILE_DIRS = [ "/home/hmo/.hermes/profiles/position-analyst/scripts", "/home/hmo/.hermes/profiles/default/scripts", + "/home/hmo/.hermes/profiles/mohe/scripts", ] LOG = f"{REPO}/gateway/logs/deploy_guard.log" STATUS_JSON = f"{REPO}/gateway/logs/deploy_guard_status.json"