diff options
author | Cache Saravento <cache@sarava.org> | 2015-08-07 14:01:19 -0300 |
---|---|---|
committer | Cache Saravento <cache@sarava.org> | 2015-08-07 14:01:19 -0300 |
commit | 348a2c2a949b3048f430a2a9681838dd38a14f77 (patch) | |
tree | 670de3a91a4aee8d807575236b0c84d5ea1b1c1f /Makefile | |
parent | d28b1d73631072ec76e9a44a2c59dd94c5d332b3 (diff) | |
download | cache-348a2c2a949b3048f430a2a9681838dd38a14f77.tar.gz cache-348a2c2a949b3048f430a2a9681838dd38a14f77.tar.bz2 |
More Makefile targets
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 |