From 348a2c2a949b3048f430a2a9681838dd38a14f77 Mon Sep 17 00:00:00 2001 From: Cache Saravento Date: Fri, 7 Aug 2015 14:01:19 -0300 Subject: More Makefile targets --- Makefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3