summaryrefslogtreecommitdiff
path: root/updatesite.command
blob: 7b6ff9fab7142773ff3293cf782f142c113dbf29 (plain)
1
2
3
4
5
6
7
8
9
rsync -avzP --rsh=ssh ~/Web/aetherdestroyer root@covalent.aetherdestroyer.net:/var/www/

if [ $# -eq 0 ]; then
	exit 0
fi

git add .
git commit -m "$1"
git push