This commit is contained in:
Simon Gardling
2022-03-08 12:20:51 -05:00
parent 46e8d02cd7
commit 83d8e1cc88
5 changed files with 14 additions and 14 deletions

View File

@@ -5,9 +5,9 @@ bash build.sh
echo "rsyncing"
rsync -av --delete --info=progress2 tmp/ rpi-public:/mnt/hdd/http_share/integral-demo/
rsync -av --delete --info=progress2 --exclude=".git" tmp/ ../integral-demo/
rsync -av --delete --info=progress2 --exclude=".git" tmp/ ../titaniumtown.github.io/
rm -fr tmp
cd ../integral-demo
cd ../titaniumtown.github.io
git add .
git commit -m "update"
git push