aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCache do Fluxo <cache@fluxo.info>2016-01-31 22:06:40 -0200
committerCache do Fluxo <cache@fluxo.info>2016-01-31 22:06:40 -0200
commit82103c29ca0f94f6df43e6b81fd57fa170aa985f (patch)
tree4057c56a295f48a489c940a0df59fb7af86e089f /Makefile
parent7ed289a70e0167ec9265859a02ace0896a7d70cb (diff)
downloadcache-82103c29ca0f94f6df43e6b81fd57fa170aa985f.tar.gz
cache-82103c29ca0f94f6df43e6b81fd57fa170aa985f.tar.bz2
Support post-receive hook only
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
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: