From a8542a110b721187f9c8a3bf73df736f858e8beb Mon Sep 17 00:00:00 2001
From: Silvio Rhatto <rhatto@riseup.net>
Date: Sat, 2 Jul 2016 15:07:47 -0300
Subject: [PATCH] Updates publish URL

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
-- 
GitLab