]> gitweb.fluxo.info Git - cache.git/commitdiff
Makefile: adds make publish
authorCache do Fluxo <cache@fluxo.info>
Fri, 18 Mar 2016 19:25:13 +0000 (16:25 -0300)
committerCache do Fluxo <cache@fluxo.info>
Fri, 18 Mar 2016 19:25:13 +0000 (16:25 -0300)
Makefile

index 721134df04d16317aa6a3cabccbb0a75e7ec382e..7dcc10e658fb33f9382e4e204acecf20bd4984f2 100644 (file)
--- 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