1eb9557947e7c08eeea18015ac9039f87f703c22
[yaffs-website] / vendor / drush / drush / tests / resources / alias-fixtures / example.site.yml
1 dev:
2   root: /path/to/dev
3   uri: dev
4   command:
5     core:
6       rsync:
7         options:
8           include-paths: dev-path
9 stage:
10   root: /path/to/stage
11   uri: stage
12   command:
13     core:
14       rsync:
15         options:
16           exclude-paths: stage-path
17 live:
18   user: www-admin
19   host: service-provider.com
20   root: /path/on/service-provider
21   uri: https://example.com
22   ssh:
23     options: '-o PasswordAuthentication=example'
24   paths:
25     drush-script: '/example/path/to/drush'