summaryrefslogtreecommitdiff
path: root/WebInterface/wasm/webhogg/run
blob: 484835a249628ede62c0db90416be50021868aff (plain)
1
2
3
4
5
6
#!/bin/sh

wasm-pack build --release --target web
python update.py
sh killpy
python3 deploy.py -d -a 0.0.0.0:8080