From 65d62f2ab3de9301236432522b6a92cbc285da66 Mon Sep 17 00:00:00 2001 From: Eric Wagoner Date: Wed, 23 Sep 2026 12:08:26 -0400 Subject: [PATCH] deploy.sh ships the token migration --- template/deploy/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/deploy/deploy.sh b/template/deploy/deploy.sh index 3c84739..e962efb 100755 --- a/template/deploy/deploy.sh +++ b/template/deploy/deploy.sh @@ -21,7 +21,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='/src/lib/net/' --include='/src/lib/net/view.ts' \ - --include='/deploy/' --include='/deploy/__SLUG__.service' --include='/deploy/__SLUG__.cron' --include='/deploy/*.sh' \ + --include='/deploy/' --include='/deploy/__SLUG__.service' --include='/deploy/__SLUG__.cron' --include='/deploy/*.sh' --include='/deploy/hash-tokens.ts' \ --exclude='*' \ ./ "root@$HOST:/opt/__SLUG__/app/"