mirror of
https://github.com/myronblair/infra
synced 2026-06-30 17:50:10 -05:00
2a92b958c157a92df3564740c8de82b424c09b7d
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DJT825DchsKy6ABPC4MvJp
DO Server Infrastructure
DigitalOcean server at 165.22.1.228 (CyberPanel / OpenLiteSpeed).
Directory Structure
cron/— Root crontab (CyberPanel + JARVIS entries)systemd/— Custom systemd service unitsagent/— JARVIS agent config template
Deploy workflow
- Edit code in site repos (myronblair/*)
git push origin main- On server:
cd /home/<site>/public_html && git pull origin main
JARVIS agent install
cp agent/config.json /opt/jarvis-agent/config.json
systemctl enable jarvis-agent
systemctl start jarvis-agent
Description
Languages
Markdown
100%