From: Cache Saravento Date: Fri, 7 Aug 2015 17:01:19 +0000 (-0300) Subject: More Makefile targets X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=348a2c2a949b3048f430a2a9681838dd38a14f77;p=cache.git More Makefile targets --- diff --git a/Makefile b/Makefile index 7fb2cc6..ccd93ad 100644 --- a/Makefile +++ b/Makefile @@ -18,4 +18,12 @@ web: @ikiwiki --setup ikiwiki.setup web_deploy: - @rsync -avz --delete www/ blog:/var/sites/blog/www/ + git push www + #@rsync -avz --delete www/ blog:/var/sites/blog/www/ + +post_update: + cd .git/hooks && ln -sf ../../bin/post-update + +whoami: + git config user.name "Cache Saravento" + git config user.email cache@sarava.org