Merge pull request #6 from perlun/patch-1

README.md: fix typo
This commit is contained in:
Dragan Filipović 2020-06-15 22:03:58 +02:00 committed by GitHub
commit e34308df6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,7 +17,7 @@ Pass configuration with `env` vars
This should be the private key part of an ssh key pair. This should be the private key part of an ssh key pair.
The public key part should be added to the `authorized_keys` file on the server that receives the deployment. The public key part should be added to the `authorized_keys` file on the server that receives the deployment.
The keys should be generated using the PEM format. You can us this command The keys should be generated using the PEM format. You can use this command
``` ```
ssh-keygen -m PEM -t rsa -b 4096 ssh-keygen -m PEM -t rsa -b 4096