From a961e1853b93c9f0a9d5d4486f4545440294ee97 Mon Sep 17 00:00:00 2001 From: type-two Date: Sun, 19 Jul 2026 23:35:48 +1000 Subject: [PATCH] Document live deploy at monsterrobot.games/not-tonight Co-Authored-By: Claude Fable 5 --- CLAUDE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 24f2e6e..d907804 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -62,3 +62,13 @@ by parallel "lanes" coordinated through files, reviewed by Fable. The game is Aussie hospitality satire โ€” affectionate, funny, with a moral undertow (design doc ยง4.3). If content you're writing reads as mean-spirited rather than absurd, soften toward absurd. + +## Deploy (live since 2026-07-19) +- Live at **https://monsterrobot.games/not-tonight/** (botchat VPS, forum-nginx + bind mount โ€” host path `/home/humanjing/monsterrobot.games/games/not-tonight/`, + `/not-tonight` is a symlink to it; landing tile in `../index.html`). +- Ship: `npm run build && rsync -az --delete dist/ humanjing@100.71.119.27:/home/humanjing/monsterrobot.games/games/not-tonight/` + then cache-busted curl to verify. Hashed asset names make CF cache a non-issue; + index.html is text/html (uncached by CF default). +- Cover art: `covers/nottonight.jpg` + `_riso.jpg` (MODELBEAST flux_local seed + 4208 + PIL stamp text/riso pass โ€” recipe in LANEHANDOVER Phase-3 deploy note).