mirror of
https://github.com/appleboy/drone-ssh.git
synced 2026-02-05 09:10:09 +08:00
fix: update image path.
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user