- 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>
867 B
867 B
name, description, disable-model-invocation, allowed-tools
| name | description | disable-model-invocation | allowed-tools |
|---|---|---|---|
| deploy | Deploy all changes to the live Archipelago server | true | Bash, Read |
Deploy all changes to the live server (192.168.1.228).
Steps
-
Run the deploy script from the project root:
./scripts/deploy-to-target.sh --live -
This syncs frontend and backend code, builds the Rust backend on the server (never locally on macOS), deploys frontend to
/opt/archipelago/web-ui/, deploys backend binary to/usr/local/bin/archipelago, and restarts systemd + nginx. -
After deploy completes, verify the server is healthy:
ssh -i ~/.ssh/archipelago-deploy archipelago@192.168.1.228 'systemctl is-active archipelago nginx && sudo journalctl -u archipelago -n 10 --no-pager' -
Report whether the deploy succeeded and if any errors appeared in the logs.