Updated production env in the fab file

This commit is contained in:
2010-08-06 16:38:24 +01:00
parent c0b4affbbc
commit 72fc1c9635

4
fabfile.py vendored
View File

@@ -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"