mirror of
https://github.com/josmo/drone-rancher.git
synced 2026-06-04 10:15:29 +08:00
update to new dockerhub namespace [skip ci]
This commit is contained in:
@@ -19,7 +19,7 @@ The following is a sample Rancher configuration in your `.drone.yml` file:
|
||||
```yaml
|
||||
deploy:
|
||||
rancher:
|
||||
image: peloton/drone-rancher
|
||||
image: pelotech/drone-rancher
|
||||
url: https://example.rancher.com
|
||||
access_key: 1234567abcdefg
|
||||
secret_key: abcdefg1234567
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
[](https://cloud.drone.io/josmo/drone-rancher)
|
||||
[](http://godoc.org/github.com/josmo/drone-rancher)
|
||||
[](https://goreportcard.com/report/github.com/josmo/drone-rancher)
|
||||
[](https://microbadger.com/images/peloton/drone-rancher "Get your own image badge on microbadger.com")
|
||||
[](https://microbadger.com/images/pelotech/drone-rancher "Get your own image badge on microbadger.com")
|
||||
|
||||
Drone plugin to deploy or update a project on Rancher. For the usage information and a listing of the available options please take a look at [the docs](DOCS.md).
|
||||
|
||||
@@ -30,7 +30,7 @@ docker run --rm \
|
||||
-e PLUGIN_DOCKER_IMAGE=<image> \
|
||||
-v $(pwd):$(pwd) \
|
||||
-w $(pwd) \
|
||||
peloton/drone-rancher
|
||||
pelotech/drone-rancher
|
||||
```
|
||||
|
||||
### Contribution
|
||||
|
||||
Reference in New Issue
Block a user