aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 9 insertions, 1 deletions
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