mirror of
https://github.com/appleboy/drone-ssh.git
synced 2026-02-17 09:48:50 +08:00
docs: [ci skip] update docs.
This commit is contained in:
7
DOCS.md
7
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user