From 72fc1c9635dbc9699670fc681a4bb842694ebf93 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Fri, 6 Aug 2010 16:38:24 +0100 Subject: [PATCH] Updated production env in the fab file --- fabfile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fabfile.py b/fabfile.py index 0cbcbfd..478880c 100644 --- a/fabfile.py +++ b/fabfile.py @@ -5,8 +5,8 @@ env.repo = 'git://dev.dredd.it/dreddit-auth.git' def production(): "Use the production enviroment on Web1" - env.hosts = ['matalok@web1.dredd.it'] - env.path = '/home/matalok' + env.hosts = ['dreddit@syndicate.tensixtyone.com'] + env.path = '/home/dreddit/apps' def test(): "Use the test enviroment on Web2"