diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 | 
1 files changed, 2 insertions, 0 deletions
@@ -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  | 
