build/test/deploy scripts
This commit is contained in:
parent
2684d158bd
commit
6706ab5acb
|
@ -2,3 +2,4 @@
|
||||||
/index.html
|
/index.html
|
||||||
/target/
|
/target/
|
||||||
/Cargo.lock
|
/Cargo.lock
|
||||||
|
/mixsy.zip
|
||||||
|
|
|
@ -3,4 +3,3 @@
|
||||||
pug index.pug
|
pug index.pug
|
||||||
set -ex
|
set -ex
|
||||||
wasm-pack build --target web
|
wasm-pack build --target web
|
||||||
python3 -m http.server
|
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
./build.sh
|
||||||
|
|
||||||
|
zip -r mixsy.zip README.md index.html pkg
|
||||||
|
butler push mixsy.zip ruin/mixsy:html
|
Loading…
Reference in New Issue