equal
deleted
inserted
replaced
|
1 from fabric.api import env |
|
2 |
|
3 |
|
4 # the user to use for the remote commands |
|
5 env.user = 'iri' |
|
6 # the servers where the commands are executed |
|
7 env.hosts = ['web.iri.centrepompidou.fr'] |
|
8 env.srv_venv_path = '/iridata/virtualenv/catedit' |