From 9aec1f385dd9f9950dfb3f0cd444cb8b43e9cded Mon Sep 17 00:00:00 2001 From: Cache do Fluxo Date: Fri, 18 Mar 2016 16:25:13 -0300 Subject: Makefile: adds make publish --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3