diff options
author | Cache do Fluxo <cache@fluxo.info> | 2016-03-18 16:25:13 -0300 |
---|---|---|
committer | Cache do Fluxo <cache@fluxo.info> | 2016-03-18 16:25:13 -0300 |
commit | 9aec1f385dd9f9950dfb3f0cd444cb8b43e9cded (patch) | |
tree | d07e09d48296de481480213d1bf543ef95309eaf | |
parent | f77be981d29de30f1bd7d55f2f2dc5324266321d (diff) | |
download | cache-9aec1f385dd9f9950dfb3f0cd444cb8b43e9cded.tar.gz cache-9aec1f385dd9f9950dfb3f0cd444cb8b43e9cded.tar.bz2 |
Makefile: adds make publish
-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 |