Updated fabfile locations

This commit is contained in:
2010-09-01 09:12:52 +01:00
parent 7aa7e87cd1
commit 3ebf402823

6
fabfile.py vendored
View File

@@ -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():
"""