Add deploy command to justfile
This commit is contained in:
parent
c96ba8db66
commit
54278c02e5
2 changed files with 3 additions and 0 deletions
3
justfile
3
justfile
|
|
@ -7,6 +7,9 @@ dev:
|
|||
build:
|
||||
bun build --compile --minify --target bun --outfile ./target/gomoku ./src/index.ts
|
||||
|
||||
deploy: build
|
||||
rsync -avz target/gomoku sepiatonesxyz:~/gomoku
|
||||
|
||||
test:
|
||||
bun test
|
||||
|
||||
|
|
|
|||
BIN
target/gomoku
Executable file
BIN
target/gomoku
Executable file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue