Add deploy command to justfile
This commit is contained in:
parent
c96ba8db66
commit
54278c02e5
3
justfile
3
justfile
|
@ -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
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue