Clarify this

This commit is contained in:
Luke Murphy 2021-03-01 12:43:40 +01:00
parent ed0e1a8741
commit fe82044954
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ Now you can connect `abra` with your new server.
$ abra server add example.com
```
Where `example.com` is replaced with your identifier for your server DNS.
Where `example.com` is replaced with your server DNS name.
`abra server add` accepts also a `<user>` and `<port>` arguments for your custom SSH connection details. What is happening here is that you are using the underlying SSH machinery to make a secure connection to the server installed Docker daemon. This allows `abra` to run remote deployments from your local development machine.