aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 721134d..7dcc10e 100644
--- a/Makefile
+++ b/Makefile
@@ -22,6 +22,8 @@ web_deploy:
git push www
#@rsync -avz --delete www/ blog:/var/sites/blog/www/
+publish: web web_deploy
+
post_receive:
cd .git/hooks && ln -sf ../../bin/post-receive