From 6f6e20312f8bcda58488c1c1dc7f8210de101936 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Fri, 3 Mar 2017 16:15:29 +0800 Subject: [PATCH] docs: [ci skip] update docs. --- DOCS.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/DOCS.md b/DOCS.md index d6ee0ff..aafb5a3 100644 --- a/DOCS.md +++ b/DOCS.md @@ -40,7 +40,7 @@ pipeline: - echo world ``` -Example configuration for login with private key: +Example configuration for login with user private key: ```diff pipeline: @@ -56,7 +56,7 @@ pipeline: - echo world ``` -Example configuration for login with file path of private key: +Example configuration for login with file path of user private key: ```diff pipeline: @@ -124,6 +124,9 @@ password key : plain text of user private key +key_path +: key path of user private key + script : execute commands on a remote server