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
|
||||
pipeline:
|
||||
ssh:
|
||||
image: plugins/ssh
|
||||
image: appleboy/drone-ssh
|
||||
host: foo.com
|
||||
user: root
|
||||
password: 1234
|
||||
@ -46,7 +46,7 @@ Example configuration in your .drone.yml file for multiple hosts:
|
||||
```yaml
|
||||
pipeline:
|
||||
ssh:
|
||||
image: plugins/ssh
|
||||
image: appleboy/drone-ssh
|
||||
host:
|
||||
- foo.com
|
||||
- bar.com
|
||||
|
Loading…
Reference in New Issue
Block a user