fixes to the deployment procedure
This commit is contained in:
parent
384e64009e
commit
c9859124c3
3 changed files with 15 additions and 4 deletions
7
Justfile
7
Justfile
|
@ -1,5 +1,10 @@
|
|||
port := "8080"
|
||||
|
||||
serve wasm_profile="wasm-dev": (wasm wasm_profile)
|
||||
cargo run -p rkgk
|
||||
RKGK_PORT={{port}} cargo run -p rkgk
|
||||
|
||||
wasm profile="wasm-dev":
|
||||
cargo build -p haku-wasm --target wasm32-unknown-unknown --profile {{profile}}
|
||||
|
||||
deploy:
|
||||
bash admin/deploy.bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue