From 84269bf4f71093a15a7f51a07ac3ad946429ed1a Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 1 Sep 2020 07:53:59 +0300
Subject: [PATCH] Update upload configuration.

host01 now serves the website, update configuration accordingly.
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 734252f..dabc56d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 # Server name to upload
-SERVER = www.shore.co.il
+SERVER = host01.shore.co.il
 
 # Destination folder on the server
-DEST = /var/www/htdocs/www.shore.co.il/resume
+DEST = /var/www/www.shore.co.il/resume
 
 # Source resume
 RESUME = resume.rst
-- 
GitLab