deploy script (although butler seems to be down?!)

This commit is contained in:
Max Bradbury 2020-09-25 18:08:18 +01:00
parent e48ea84fbd
commit 31960b216e
2 changed files with 8 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,5 +1,5 @@
/target
/.idea/
/Cargo.lock
/mixsy-gtk
/mixsy.zip
/mixsy

7
deploy.sh Normal file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env bash
cargo build --release
cp target/release/mixsy-gtk mixsy
strip mixsy
zip -r mixsy.zip mixsy
butler push mixsy.zip ruin/mixsy:linux