chore: add run and run-ui recipes to justfile
All checks were successful
Rust / build (push) Successful in 6m9s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
Release Please / Release-plz (push) Successful in 1m34s
All checks were successful
Rust / build (push) Successful in 6m9s
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
Release Please / Release-plz (push) Successful in 1m34s
This commit is contained in:
parent
681d85aac1
commit
93cf6f83df
1 changed files with 6 additions and 0 deletions
6
justfile
6
justfile
|
@ -55,3 +55,9 @@ docker-build: docker-build-builder
|
|||
|
||||
docker-run: docker-build
|
||||
docker run -it -p "7777:8888" -v .:/app/ git.kemitix.net/kemitix/git-next:latest server start --ui
|
||||
|
||||
run *args:
|
||||
cargo run -- {{ args }}
|
||||
|
||||
run-ui:
|
||||
just run server start --ui
|
||||
|
|
Loading…
Reference in a new issue