summaryrefslogtreecommitdiff
path: root/updatesite.command
blob: 8fe5a3e01bec7279225355c75ebe357ccd459b57 (plain)
1
2
3
4
5
6
7
8
9
if [ $# -eq 0 ]; then
	exit 0
fi


rsync -avzP --rsh=ssh ~/Web/aetherdestroyer root@aetherdestroyer.net:/var/www/
git add .
git commit -S -m "$1"
git push origin main