diff options
Diffstat (limited to 'ikiwiki/Makefile')
-rw-r--r-- | ikiwiki/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |