diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2016-01-15 14:32:09 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2016-01-15 14:32:09 -0200 |
commit | aedb23926ed93ec547b20f41ccbbf9edcd97b392 (patch) | |
tree | 4a62936192ba4061784b2914a1230507d7fb4b67 /Makefile | |
parent | 5060ea63c6f19c741e17512a4509ba47daad4c5a (diff) | |
download | blog-aedb23926ed93ec547b20f41ccbbf9edcd97b392.tar.gz blog-aedb23926ed93ec547b20f41ccbbf9edcd97b392.tar.bz2 |
Sketches
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,3 +19,5 @@ web: web_deploy: @rsync -avz --delete www/ blog:/var/sites/rhatto/www/ + +publish: web web_deploy |