- update deploy script

- random +x stuff because I switched directories
- change heart stones to use inline svgs
This commit is contained in:
sepia 2025-07-27 16:58:37 -05:00
parent cacc530f35
commit 79ae2c5d2b
28 changed files with 41 additions and 45 deletions

3
justfile Normal file → Executable file
View file

@ -8,7 +8,8 @@ build:
bun build --compile --minify --target bun --outfile ./target/gomoku ./src/index.ts
deploy: build
rsync -avz target/gomoku sepiatonesxyz:~/gomoku
rsync -avz target/gomoku sepiatonesxyz:~/gomoku/gomoku
rsync -avz --delete public/ sepiatonesxyz:~/gomoku/public
test:
bun test