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

@ -12,7 +12,7 @@ mkfifo $reload_fifo
reload() {
# This just kind of assumes recompilation doesn't take too long.
kill "$rkgk_pid"
cargo run --release -- serve --port 8083 > "$build_log" 2>&1 &
just port=8083 serve wasm-release > "$build_log" 2>&1 &
rkgk_pid="$!"
}