Loading fabfile.py +2 −2 Original line number Diff line number Diff line Loading @@ -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() Loading Loading
fabfile.py +2 −2 Original line number Diff line number Diff line Loading @@ -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() Loading