From 17916a2b239a2b154b6fd651dcbddb95041c2353 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Fri, 18 Mar 2022 13:41:20 -0400 Subject: [PATCH] update push.sh --- push.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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