build/test/deploy scripts
This commit is contained in:
parent
2684d158bd
commit
6706ab5acb
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/index.html
|
||||
/target/
|
||||
/Cargo.lock
|
||||
/mixsy.zip
|
||||
|
||||
1
build.sh
Executable file → Normal file
1
build.sh
Executable file → Normal file
@ -3,4 +3,3 @@
|
||||
pug index.pug
|
||||
set -ex
|
||||
wasm-pack build --target web
|
||||
python3 -m http.server
|
||||
|
||||
6
deploy.sh
Normal file
6
deploy.sh
Normal file
@ -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…
x
Reference in New Issue
Block a user