Add deploy command to justfile

This commit is contained in:
sepia 2025-07-24 18:47:56 -05:00
parent c96ba8db66
commit 54278c02e5
2 changed files with 3 additions and 0 deletions

View File

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

BIN
target/gomoku Executable file

Binary file not shown.