build/test/deploy scripts
This commit is contained in:
parent
2684d158bd
commit
6706ab5acb
|
@ -2,3 +2,4 @@
|
|||
/index.html
|
||||
/target/
|
||||
/Cargo.lock
|
||||
/mixsy.zip
|
||||
|
|
|
@ -2,5 +2,4 @@
|
|||
|
||||
pug index.pug
|
||||
set -ex
|
||||
wasm-pack build --target web
|
||||
python3 -m http.server
|
||||
wasm-pack build --target web
|
|
@ -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