From 4d361198cd0470a6ba56e0108edf807d02867b49 Mon Sep 17 00:00:00 2001 From: Eric Wagoner Date: Tue, 22 Sep 2026 15:39:50 -0400 Subject: [PATCH] Record the production droplet in the deploy notes Co-Authored-By: Claude Fable 5.1 --- deploy/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 \