]> gitweb.fluxo.info Git - cache.git/commitdiff
More Makefile targets
authorCache Saravento <cache@sarava.org>
Fri, 7 Aug 2015 17:01:19 +0000 (14:01 -0300)
committerCache Saravento <cache@sarava.org>
Fri, 7 Aug 2015 17:01:19 +0000 (14:01 -0300)
Makefile

index 7fb2cc6f29fb45678dca2cea36639a3bd4c81834..ccd93adce59f641732bb521f35927931d01698ca 100644 (file)
--- 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