Update README.md

This commit is contained in:
Mardari Igor
2020-04-11 13:11:34 +03:00
committed by GitHub
parent 140e959df8
commit 53c00dce2b

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`
2. `REMOTE_HOST` [required] 2. `REMOTE_HOST` [required]