fabfile changes

This commit is contained in:
sanj 2010-03-19 15:04:09 +05:30
parent 8f20a71564
commit 92641790a1

1
fabfile.py vendored
View File

@ -11,6 +11,7 @@ from os.path import join
from fabric.api import run, local, sudo, put, env
env.project_name = 'itf'
env.project_root = '/srv/itf'
def production():
env.hosts = ['%(project_name)s@camp.r-w-x.org'%env, ]