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"