- update deploy script
- random +x stuff because I switched directories - change heart stones to use inline svgs
This commit is contained in:
parent
cacc530f35
commit
79ae2c5d2b
28 changed files with 41 additions and 45 deletions
3
justfile
Normal file → Executable file
3
justfile
Normal file → Executable 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue