update push.sh
This commit is contained in:
2
push.sh
2
push.sh
@@ -4,7 +4,7 @@ set -e #kill script if error occurs
|
||||
bash build.sh
|
||||
|
||||
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