From 6db06bd5e9348cfada76a61c07cf6b92bcd619e6 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Sat, 23 Jul 2016 00:53:40 +0200 Subject: [PATCH] Updated docs in a proper format --- DOCS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCS.md b/DOCS.md index f7ac44d..5df2bd1 100644 --- a/DOCS.md +++ b/DOCS.md @@ -1,7 +1,7 @@ Use the SSH plugin to execute commands on a remote server. You will need to supply Drone with a private SSH key to being able to connect to a host. -## Overview +## Config The following parameters are used to configure the plugin: @@ -27,7 +27,7 @@ exposed to users. This can be done using the drone-cli. ```bash drone secret add --image=ssh \ - octocat/hello-world SSH_KEY @${HOME}/.ssh/id_rsa + octocat/hello-world SSH_KEY @path/to/.ssh/id_rsa ``` Then sign the YAML file after all secrets are added.