diff --git a/fabfile.py b/fabfile.py index e5ebef53185ac540e0cb6f6348702cfcb437ad14..b8d258291e1480d8966d8551e9af78ce842dd30f 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()