From 3ebf4028235468f72f19e00d19ca38340a09f1c9 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 1 Sep 2010 09:12:52 +0100 Subject: [PATCH] Updated fabfile locations --- fabfile.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fabfile.py b/fabfile.py index 478880c..edd9b33 100644 --- a/fabfile.py +++ b/fabfile.py @@ -5,13 +5,13 @@ env.repo = 'git://dev.dredd.it/dreddit-auth.git' def production(): "Use the production enviroment on Web1" - env.hosts = ['dreddit@syndicate.tensixtyone.com'] + env.hosts = ['dreddit@web1.pleaseignore.com'] env.path = '/home/dreddit/apps' def test(): "Use the test enviroment on Web2" - env.hosts = ['auth@web2.dredd.it'] - env.path = '/home/auth' + env.hosts = ['dreddit@web2.pleaseignore.com'] + env.path = '/home/dreddit/apps' def deploy(): """