docs: [ci skip] update docs.

This commit is contained in:
Bo-Yi Wu 2017-03-03 16:15:29 +08:00
parent 4507e5e4f0
commit 6f6e20312f

View File

@ -40,7 +40,7 @@ pipeline:
- echo world - echo world
``` ```
Example configuration for login with private key: Example configuration for login with user private key:
```diff ```diff
pipeline: pipeline:
@ -56,7 +56,7 @@ pipeline:
- echo world - echo world
``` ```
Example configuration for login with file path of private key: Example configuration for login with file path of user private key:
```diff ```diff
pipeline: pipeline:
@ -124,6 +124,9 @@ password
key key
: plain text of user private key : plain text of user private key
key_path
: key path of user private key
script script
: execute commands on a remote server : execute commands on a remote server