mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Updated fabfile locations
This commit is contained in:
6
fabfile.py
vendored
6
fabfile.py
vendored
@@ -5,13 +5,13 @@ env.repo = 'git://dev.dredd.it/dreddit-auth.git'
|
|||||||
|
|
||||||
def production():
|
def production():
|
||||||
"Use the production enviroment on Web1"
|
"Use the production enviroment on Web1"
|
||||||
env.hosts = ['dreddit@syndicate.tensixtyone.com']
|
env.hosts = ['dreddit@web1.pleaseignore.com']
|
||||||
env.path = '/home/dreddit/apps'
|
env.path = '/home/dreddit/apps'
|
||||||
|
|
||||||
def test():
|
def test():
|
||||||
"Use the test enviroment on Web2"
|
"Use the test enviroment on Web2"
|
||||||
env.hosts = ['auth@web2.dredd.it']
|
env.hosts = ['dreddit@web2.pleaseignore.com']
|
||||||
env.path = '/home/auth'
|
env.path = '/home/dreddit/apps'
|
||||||
|
|
||||||
def deploy():
|
def deploy():
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user