summaryrefslogtreecommitdiff
path: root/updatesite
blob: 9256a92b0bcc264d529705802aa347047f795027 (plain)
1
2
3
4
5
6
7
8
9
rsync -avzP ./src/ root@aberrantflux.xyz:/srv/http/aberrantflux-site

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

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