diff --git a/push.sh b/push.sh index 954eaf2..d24e315 100755 --- a/push.sh +++ b/push.sh @@ -4,10 +4,10 @@ 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 git add . git commit -m "update" | true -git push \ No newline at end of file +git push