diff options
author | Cache Saravento <cache@sarava.org> | 2015-08-07 14:12:59 -0300 |
---|---|---|
committer | Cache Saravento <cache@sarava.org> | 2015-08-07 14:12:59 -0300 |
commit | 0b7e67e3ce0179ddff0c1a08fc25f86b54900755 (patch) | |
tree | e2bbac54a52812b86370f8d220a72e7d15bfdb19 /Makefile | |
parent | eeb7c436cc670a5910bc868bc2afaa06933334dd (diff) | |
download | cache-0b7e67e3ce0179ddff0c1a08fc25f86b54900755.tar.gz cache-0b7e67e3ce0179ddff0c1a08fc25f86b54900755.tar.bz2 |
Updates post_update target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |