rename
This commit is contained in:
4
push.sh
4
push.sh
@@ -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
|
||||
Reference in New Issue
Block a user