summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 3d459a3fdce163fb2407bdf8001c2c0685290e4e (plain) (blame)
1
2
3
4
5
push:
	hugo && rsync -rtvP public/ lemon@joannalemon.com:/var/www/yulqen.org/ --exclude='*.xcf' --exclude Makefile --exclude .git --exclude .htaccess --delete

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