Drone agent to deploy containers into rancher v2
1.1K
Drone plugin to deploy containers into rancher v2.0
Its mostly copied from drone-kubernetes.
This plugin is early in development.
pipeline:
deploy:
image: dimasmith/drone-rancher:v0.1.1
namespace: default
deployment: nginx-deployment
container: nginx
repo: nginx
tag: 1.9.3
secrets: [ rancher_server, rancher_token ]
Configuration above will set nginx container to version 1.9.3 in nginx-deployment deployment.
As for now there are no sensible defaults, so all the parameters must be specified.
It is expected that rancher url and access token will be available as secrets with names rancher_server and rancher_token respectively.
Content type
Image
Digest
Size
42.2 MB
Last updated
about 8 years ago
docker pull dimasmith/drone-rancher