summaryrefslogtreecommitdiff
path: root/updatesite
blob: 196cc1d7a0f821edfaeb686e4caa1ad3b186e408 (plain)
1
2
3
4
5
6
7
8
9
rsync -avzP --rsh=ssh ./src/ root@www.aberrantflux.xyz:/srv/http/aberrantflux-site

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

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