aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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: