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