diff --git a/README.md b/README.md index f61bbb8..8750058 100644 --- a/README.md +++ b/README.md @@ -91,14 +91,12 @@ If json format is given, drutiny will parse the response and return the output i An example Drush 9 alias file: ``` -site-prod: +prod: host: ssh.lagoon.amazeeio.cloud - ssh: - options: '-o LogLevel=ERROR -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p 32222' root: /app/web - user: sonova-d8-prod + user: site-prod remote-host: ssh.lagoon.amazeeio.cloud - remote-user: sonova-d8-prod + remote-user: site-prod ssh-options: '-o LogLevel=ERROR -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p 32222' ``` diff --git a/example.drush.alias.yml b/example.drush.alias.yml index faf8fd4..7dab0a7 100644 --- a/example.drush.alias.yml +++ b/example.drush.alias.yml @@ -1,13 +1,10 @@ prod: host: ssh.lagoon.amazeeio.cloud - ssh: - options: '-o LogLevel=ERROR -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p 32222' root: /app/web uri: https://www.site-name.ch user: site-name-ch-prod remote-host: ssh.lagoon.amazeeio.cloud remote-user: site-name-ch-prod - # drush-version: 8.3.2 ssh-options: '-o LogLevel=ERROR -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p 32222' staging: host: ssh.lagoon.amazeeio.cloud @@ -15,7 +12,6 @@ staging: root: /app/web remote-host: ssh.lagoon.amazeeio.cloud remote-user: site-name-ch-pre-prod - # drush-version: 8.3.2 ssh-options: '-o LogLevel=ERROR -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p 32222' dev: host: ssh.lagoon.amazeeio.cloud @@ -23,5 +19,4 @@ dev: root: /app/web remote-host: ssh.lagoon.amazeeio.cloud remote-user: site-name-ch-dev - # drush-version: 8.3.2 ssh-options: '-o LogLevel=ERROR -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -p 32222'