diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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: |