diff --git a/deploy/README.md b/deploy/README.md index 74320ee..15df7f5 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -17,6 +17,14 @@ Caddyfile pointing at a second directory; the deploy script works unchanged against that host. A separate droplet keeps the two games' uptime and upgrades independent. +## Current production + +- Droplet: `waving-hands` (nyc3, s-1vcpu-512mb-10gb, tag `waving-hands`), IP 159.203.98.71 +- URL: https://waving-hands.159.203.98.71.sslip.io (zero DNS). A name under + kestrelsnest.social needs an A record at Hover, then the name added to the + first line of /etc/caddy/Caddyfile and `systemctl reload caddy`. +- Everyday deploy: `deploy/deploy.sh 159.203.98.71` + ## New droplet from scratch 1. `doctl compute droplet create waving-hands --region nyc3 \