Commit c084a091 authored by nimrod's avatar nimrod
Browse files

Deploy to host01.

parent a983c92e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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()