summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 3dbfbc77e43e1a79fa3cfda121cfc11ac9ea6eb7 (plain) (blame)
1
2
3
4
5
push:
	hugo && rsync -avzr public/ lemon@joannalemon.com:/var/www/yulqen.org/ --exclude Makefile --exclude .git --delete-excluded --delete

pull:
	rsync -avzr lemon@joannalemon.com:/var/www/yulqen.org/ public/ --exclude Makefile --exclude .git --delete-excluded --delete