mirror of
https://github.com/appleboy/drone-ssh.git
synced 2025-05-09 18:23:21 +08:00
fix: update image path.
This commit is contained in:
parent
d87def7ef9
commit
c086c6a226
4
DOCS.md
4
DOCS.md
@ -31,7 +31,7 @@ Example configuration in your .drone.yml file for a single host:
|
|||||||
```yaml
|
```yaml
|
||||||
pipeline:
|
pipeline:
|
||||||
ssh:
|
ssh:
|
||||||
image: plugins/ssh
|
image: appleboy/drone-ssh
|
||||||
host: foo.com
|
host: foo.com
|
||||||
user: root
|
user: root
|
||||||
password: 1234
|
password: 1234
|
||||||
@ -46,7 +46,7 @@ Example configuration in your .drone.yml file for multiple hosts:
|
|||||||
```yaml
|
```yaml
|
||||||
pipeline:
|
pipeline:
|
||||||
ssh:
|
ssh:
|
||||||
image: plugins/ssh
|
image: appleboy/drone-ssh
|
||||||
host:
|
host:
|
||||||
- foo.com
|
- foo.com
|
||||||
- bar.com
|
- bar.com
|
||||||
|
Loading…
Reference in New Issue
Block a user