teleo-infrastructure/systemd/teleo-auto-deploy.timer
m3taversal fe996c3299
Some checks are pending
CI / lint-and-test (push) Waiting to run
feat: add auto-deploy script and systemd units for teleo-infrastructure
Auto-deploy watches teleo-infrastructure (not teleo-codex) and syncs to
VPS working directories. New checkout path: deploy-infra/ (parallel to
existing deploy/ for 48h rollback). Path mapping updated for reorganized
repo structure (lib/, diagnostics/, telegram/ etc.).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-15 14:27:23 +01:00

10 lines
150 B
SYSTEMD

[Unit]
Description=Run teleo auto-deploy every 2 minutes
[Timer]
OnBootSec=30
OnUnitActiveSec=2min
AccuracySec=10s
[Install]
WantedBy=timers.target