Updated repo location in the fabric file

This commit is contained in:
2011-03-16 08:43:48 +00:00
parent 8844e2f6b4
commit a7d27fe2fb

3
fabfile.py vendored
View File

@@ -6,8 +6,7 @@ from fabric.contrib.files import *
from fabric.utils import warn
from hashlib import sha1
env.repo = 'git://dev.dredd.it/dreddit-auth.git'
env.repo = 'git://dev.pleaseignore.com/dreddit-auth.git'
def production():
"Use the production enviroment on Web1"