aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCache Saravento <cache@sarava.org>2015-08-07 14:12:59 -0300
committerCache Saravento <cache@sarava.org>2015-08-07 14:12:59 -0300
commit0b7e67e3ce0179ddff0c1a08fc25f86b54900755 (patch)
treee2bbac54a52812b86370f8d220a72e7d15bfdb19
parenteeb7c436cc670a5910bc868bc2afaa06933334dd (diff)
downloadcache-0b7e67e3ce0179ddff0c1a08fc25f86b54900755.tar.gz
cache-0b7e67e3ce0179ddff0c1a08fc25f86b54900755.tar.bz2
Updates post_update target
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 428262d..e37dba5 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,7 @@ web_deploy:
#@rsync -avz --delete www/ blog:/var/sites/blog/www/
post_update:
+ git config receive.denyCurrentBranch ignore
cd .git/hooks && ln -sf ../../bin/post-update
whoami: