Some checks are pending
CI / lint-and-test (push) Waiting to run
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>
10 lines
261 B
Desktop File
10 lines
261 B
Desktop File
[Unit]
|
|
Description=Auto-deploy teleo-infrastructure from Forgejo to working directories
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
User=teleo
|
|
ExecStart=/opt/teleo-eval/workspaces/deploy-infra/deploy/auto-deploy.sh
|
|
StandardOutput=journal
|
|
StandardError=journal
|