diff --git a/DOCS.md b/DOCS.md index e32bcea..5011879 100644 --- a/DOCS.md +++ b/DOCS.md @@ -16,4 +16,6 @@ deploy: commands: - echo hello - echo world -``` \ No newline at end of file +``` + +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. \ No newline at end of file