Files
archy/.claude/skills/deploy-both/SKILL.md
Dorian e8a0e1af19 feat: add Ollama proxy timeouts, SSH key migration, polish skills, and demo content
- Update all skill SSH commands from sshpass to key-based auth (~/.ssh/archipelago-deploy)
- Add proxy_connect_timeout 120s to nginx Ollama location blocks
- Add new polish/sweep skills for overnight automation
- Add demo content (documents, photos) for demo stack
- Add .ssh/ to .gitignore

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 08:06:52 +00:00

642 B

name, description, disable-model-invocation, allowed-tools
name description disable-model-invocation allowed-tools
deploy-both Deploy all changes to both Archipelago servers true Bash, Read

Deploy all changes to BOTH servers (primary: 192.168.1.228, secondary: 192.168.1.198).

Steps

  1. Run:

    ./scripts/deploy-to-target.sh --both
    
  2. This builds on the primary server first, then copies built artifacts to the secondary.

  3. Verify both servers respond:

    ssh -i ~/.ssh/archipelago-deploy archipelago@192.168.1.228 'systemctl is-active archipelago'
    ssh -i ~/.ssh/archipelago-deploy archipelago@192.168.1.198 'systemctl is-active archipelago'