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

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