From da6872ea1f95980e3e105a1ed533ae176d57f439 Mon Sep 17 00:00:00 2001 From: Joachim Hill-Grannec Date: Sat, 18 Feb 2017 17:16:45 -0800 Subject: [PATCH] correct image names in docs --- DOCS.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/DOCS.md b/DOCS.md index 149598e..9aa7d48 100755 --- a/DOCS.md +++ b/DOCS.md @@ -18,6 +18,7 @@ The following is a sample Rancher configuration in your `.drone.yml` file: ```yaml deploy: rancher: + image: peloton/drone-rancher url: https://example.rancher.com access_key: 1234567abcdefg secret_key: abcdefg1234567 diff --git a/README.md b/README.md index 7081dc7..b84b00e 100755 --- a/README.md +++ b/README.md @@ -36,5 +36,5 @@ docker run --rm \ -e PLUGIN_DOCKER_IMAGE= \ -v $(pwd):$(pwd) \ -w $(pwd) \ - plugins/rancher + peloton/drone-rancher ```