Update deployment.yaml

This commit is contained in:
sirius0xdev 2026-05-06 16:26:34 -04:00 committed by GitHub
parent 1ccfb45263
commit 235a42cb2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -36,6 +36,7 @@ spec:
cp -f /etc/hermes/config.yaml /opt/data/config.yaml || true cp -f /etc/hermes/config.yaml /opt/data/config.yaml || true
echo "Hermes Agent starting (Telegram polling + full config persistence)..." echo "Hermes Agent starting (Telegram polling + full config persistence)..."
exec hermes gateway run exec hermes gateway run
HERMES_BIN="/opt/hermes/.venv/bin/hermes"
env: env:
# === Hermes Home - REQUIRED for config persistence === # === Hermes Home - REQUIRED for config persistence ===
- name: HERMES_HOME - name: HERMES_HOME