A visitors digest for the droplet, in wizwar's shape

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0141G6xqLeNRYEtviLWSB5Up
This commit is contained in:
Eric Wagoner
2026-09-22 21:53:31 -04:00
co-authored by Claude Fable 5.1
parent 40fcf31faa
commit 098dadf482
4 changed files with 154 additions and 1 deletions
+2 -1
View File
@@ -18,7 +18,7 @@ rsync -az --delete --filter='P _app/immutable/*' \
# it needs only its code and the engine. Ledgers live outside this tree.
rsync -az --delete --exclude='/server/node_modules' \
--include='/server/***' --include='/src/' --include='/src/lib/' --include='/src/lib/game/***' \
--include='/deploy/' --include='/deploy/waving-hands.service' \
--include='/deploy/' --include='/deploy/waving-hands.service' --include='/deploy/visitors.sh' \
--exclude='*' \
./ "root@$HOST:/opt/waving-hands/app/"
@@ -29,6 +29,7 @@ ssh "root@$HOST" '
cd /opt/waving-hands/app/server && npm install --no-audit --no-fund
chown -R waving-hands:waving-hands /opt/waving-hands/app
cp /opt/waving-hands/app/deploy/waving-hands.service /etc/systemd/system/waving-hands.service
install -m 755 /opt/waving-hands/app/deploy/visitors.sh /usr/local/bin/waving-hands-visitors.sh
systemctl daemon-reload
systemctl enable --now waving-hands
systemctl restart waving-hands