summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 77e493f538a40864d238257a30ec3200f14d0a7a (plain) (blame)
1
2
3
4
5
push:
	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