Skip to content

Commit cf3bb08

Browse files
committed
fabfile: define env.user
1 parent 6aafc11 commit cf3bb08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: fabfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
from fabric.api import cd, env, run
55

6-
76
env.project_root = '/home/pythonbrasil/pythonbrasil8'
87
env.app_root = os.path.join(env.project_root, 'pythonbrasil8')
98
env.virtualenv = '/home/pythonbrasil/env'
109
env.hosts = ['2012.pythonbrasil.org.br']
10+
env.user = 'pythonbrasil'
1111

1212

1313
def update_app(tag):

0 commit comments

Comments
 (0)