diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-08-23 13:50:16 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-08-23 13:50:16 -0300 |
commit | f6e39ff2a88fb621612598297e8d3cf08eb77988 (patch) | |
tree | f7df45ec01fd96f8cd02f8d781482f2278c57ddb /Makefile | |
parent | 3c035f5e3c6c872a42e2ce66e52ffc8abfc15f35 (diff) | |
download | padrao-f6e39ff2a88fb621612598297e8d3cf08eb77988.tar.gz padrao-f6e39ff2a88fb621612598297e8d3cf08eb77988.tar.bz2 |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,4 +20,6 @@ web: web_deploy: @rsync -avz --delete site/ padrao:/var/sites/padrao/www/ +docs: web + publish: web web_deploy |