From: Silvio Rhatto Date: Sat, 2 Jul 2016 18:07:47 +0000 (-0300) Subject: Updates publish URL X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=a8542a110b721187f9c8a3bf73df736f858e8beb;p=blog.git Updates publish URL --- diff --git a/Makefile b/Makefile index 78d28d9..fb8efd3 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ web: jhead @ikiwiki --setup ikiwiki.setup web_deploy: - @rsync -avz --delete www/ blog:/var/sites/rhatto/www/ + @rsync -avz --delete www/ blog:/var/sites/blog/www/ publish: web web_deploy