summaryrefslogblamecommitdiffstats
path: root/Makefile
blob: 0c55541e33c270162a5d294f7ee5f982182c7b01 (plain) (tree)
1
2
3
4
5
     
                                                                                                                                                         

     
                                                                                                                             
push:
	hugo && rsync -rtvP public/ lemon@pachelbel:/var/www/yulqen.org/ --exclude='*.xcf' --exclude Makefile --exclude .git --exclude .htaccess --delete

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