From ca7059e4d01e8c5388891412907b1213fed4da60 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 29 Jan 2016 12:23:28 -0200 Subject: Makefile: publish target --- ikiwiki/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ikiwiki/Makefile b/ikiwiki/Makefile index 34d04c9..97b5ce8 100644 --- a/ikiwiki/Makefile +++ b/ikiwiki/Makefile @@ -25,6 +25,8 @@ web_deploy: #git annex sync @rsync -avz --delete www/ templates:/var/sites/templates/www/ +publish: web web_deploy + post_receive: git config receive.denyCurrentBranch ignore cd .git/hooks && ln -sf ../../bin/post-receive -- cgit v1.2.3