fixes to the deployment procedure

This commit is contained in:
リキ萌 2024-08-23 22:55:23 +02:00
parent 384e64009e
commit c9859124c3
3 changed files with 15 additions and 4 deletions

View file

@ -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