fix: update image path.

This commit is contained in:
Bo-Yi Wu 2017-01-28 11:52:56 +08:00
parent d87def7ef9
commit c086c6a226

View File

@ -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