This commit is contained in:
Simon Gardling
2022-02-17 09:16:11 -05:00
parent 3a8dd021db
commit 30dfcfa36a
2 changed files with 6 additions and 9 deletions

View File

@@ -13,4 +13,9 @@ sed -i 's/\.\.\/pkg/\.\/pkg/g' tmp/bootstrap.js
echo "rsyncing"
rsync -av --delete --info=progress2 tmp/ rpi-public:/mnt/hdd/http_share/integral-demo/
rm -fr tmp
rsync -av --delete --info=progress2 --exclude=".git" tmp/ ../integral-demo/
rm -fr tmp
cd ../integral-demo
git add .
git commit -m "update"
git push