mirror of
https://github.com/appleboy/drone-ssh.git
synced 2025-05-09 18:23:21 +08:00
docs: update docs
This commit is contained in:
parent
9ec4e989c8
commit
1adb039393
10
DOCS.md
10
DOCS.md
@ -15,7 +15,7 @@ pipeline:
|
||||
ssh:
|
||||
image: appleboy/drone-ssh
|
||||
host: foo.com
|
||||
user: root
|
||||
username: root
|
||||
password: 1234
|
||||
port: 22
|
||||
script:
|
||||
@ -32,7 +32,7 @@ pipeline:
|
||||
host:
|
||||
+ - foo.com
|
||||
+ - bar.com
|
||||
user: root
|
||||
username: root
|
||||
port: 22
|
||||
script:
|
||||
- echo hello
|
||||
@ -46,7 +46,7 @@ pipeline:
|
||||
ssh:
|
||||
image: appleboy/drone-ssh
|
||||
host: foo.com
|
||||
user: root
|
||||
username: root
|
||||
password: 1234
|
||||
port: 22
|
||||
script:
|
||||
@ -63,7 +63,7 @@ pipeline:
|
||||
ssh:
|
||||
image: appleboy/drone-ssh
|
||||
host: foo.com
|
||||
user: root
|
||||
username: root
|
||||
password: 1234
|
||||
port: 22
|
||||
script:
|
||||
@ -82,7 +82,7 @@ host
|
||||
port
|
||||
: ssh port of target host
|
||||
|
||||
user
|
||||
username
|
||||
: account for target host user
|
||||
|
||||
password
|
||||
|
Loading…
Reference in New Issue
Block a user