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

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

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