From c084a091a24c9dac05e67bfe12d9a56e0d43c202 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 24 Oct 2020 08:53:55 +0300 Subject: [PATCH] Deploy to host01. --- fabfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fabfile.py b/fabfile.py index e5ebef5..b8d2582 100644 --- a/fabfile.py +++ b/fabfile.py @@ -9,8 +9,8 @@ env.deploy_path = 'output' DEPLOY_PATH = env.deploy_path # Remote server configuration -production = 'www.shore.co.il' -dest_path = '/var/www/htdocs/www.shore.co.il/blog/' +production = 'host01.shore.co.il' +dest_path = '/var/www/www.shore.co.il/blog/' UID = os.getuid() -- GitLab