From 82103c29ca0f94f6df43e6b81fd57fa170aa985f Mon Sep 17 00:00:00 2001 From: Cache do Fluxo Date: Sun, 31 Jan 2016 22:06:40 -0200 Subject: Support post-receive hook only --- Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ef400ad..721134d 100644 --- a/Makefile +++ b/Makefile @@ -22,12 +22,7 @@ web_deploy: git push www #@rsync -avz --delete www/ blog:/var/sites/blog/www/ -post_update: - git config receive.denyCurrentBranch ignore - cd .git/hooks && ln -sf ../../bin/post-update - post_receive: - git config receive.denyCurrentBranch ignore cd .git/hooks && ln -sf ../../bin/post-receive whoami: -- cgit v1.2.3