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/"