Skip to content

Commit

Permalink
Add justfile, finally :p
Browse files Browse the repository at this point in the history
  • Loading branch information
Celeo committed Nov 16, 2024
1 parent 7df769b commit adf312c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
default: build

build:
cargo b
cargo +nightly clippy
cargo t

build-release:
cargo b --release --all-features

deploy-static:
rsync -avz ./static do-zdv:/srv/vzdv/

deploy bin: build-release
scp target/release/vzdv-{{bin}} do-zdv:/srv/vzdv/vzdv-{{bin}}.new

0 comments on commit adf312c

Please sign in to comment.