cleanups
This commit is contained in:
3
push.sh
3
push.sh
@@ -2,11 +2,12 @@
|
||||
set -e #kill script if error occurs
|
||||
|
||||
cargo test-all-features
|
||||
cargo test --package parsing
|
||||
|
||||
bash build.sh release
|
||||
|
||||
echo "rsyncing"
|
||||
#rsync -av --delete --info=progress2 tmp/ rpi-public:/mnt/hdd/http_share/integral-demo/
|
||||
rsync -av --delete --info=progress2 tmp/ rpi-public:/mnt/hdd/http_share/integral-demo/
|
||||
rsync -av --delete --info=progress2 --exclude=".git" tmp/ ../titaniumtown.github.io/
|
||||
rm -fr tmp
|
||||
cd ../titaniumtown.github.io
|
||||
|
||||
Reference in New Issue
Block a user