From 0b7e67e3ce0179ddff0c1a08fc25f86b54900755 Mon Sep 17 00:00:00 2001 From: Cache Saravento Date: Fri, 7 Aug 2015 14:12:59 -0300 Subject: Updates post_update target --- Makefile | 1 + 1 file changed, 1 insertion(+) 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: -- cgit v1.2.3