From: Cache do Fluxo Date: Fri, 18 Mar 2016 19:25:13 +0000 (-0300) Subject: Makefile: adds make publish X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9aec1f385dd9f9950dfb3f0cd444cb8b43e9cded;p=cache.git Makefile: adds make publish --- diff --git a/Makefile b/Makefile index 721134d..7dcc10e 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,8 @@ web_deploy: git push www #@rsync -avz --delete www/ blog:/var/sites/blog/www/ +publish: web web_deploy + post_receive: cd .git/hooks && ln -sf ../../bin/post-receive