added reference to Drone ssh key in Docs [CI SKIP]

This commit is contained in:
Brad Rydzewski 2015-10-21 12:40:44 -07:00
parent 555b2bcd2d
commit 2821783224

View File

@ -16,4 +16,6 @@ deploy:
commands: commands:
- echo hello - echo hello
- echo world - echo world
``` ```
The plugin authenticates to your server using a per-repository SSH key generated by Drone. You can find the public key in your repository settings in Drone. You will need to copy / paste this key into your `~/.ssh/authorized_keys` file on your remote machine.