| changeset 121 | cc05aad7e6b8 |
| parent 118 | fea47f1054e2 |
| child 134 | a84aa262847c |
| 120:6746ea102e2d | 121:cc05aad7e6b8 |
|---|---|
1 from fabric.api import env |
1 from fabric.api import env |
2 |
2 |
3 #non specific settings |
|
4 env.source_rel_path = 'server' |
|
3 |
5 |
4 # the user to use for the remote commands |
6 # the user to use for the remote commands |
5 env.user = 'user' |
7 env.user = 'user' |
6 # the servers where the commands are executed |
8 # the servers where the commands are executed |
7 env.hosts = ['server'] |
9 env.hosts = ['server'] |