Skip to content

Commit

Permalink
README tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Clifford committed Sep 25, 2020
1 parent 5ebd26b commit 9a4d9fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
```

Expand Down
5 changes: 0 additions & 5 deletions example.drush.alias.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,22 @@
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
user: site-name-ch-pre-prod
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
user: site-name-ch-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'

0 comments on commit 9a4d9fd

Please sign in to comment.