Split out settings into per-env

This commit is contained in:
2011-05-27 14:27:35 +01:00
parent 89851cfad1
commit 68bb0df818
18 changed files with 63 additions and 101 deletions

2
fabfile.py vendored
View File

@@ -137,6 +137,8 @@ def update_repo():
with cd('%(path)s/dreddit-auth/' % env):
run('git pull')
deploy_static()
def reset_repo():
"""