Sign inSign up

dimasmith/drone-rancher

By dimasmith

•Updated about 8 years ago

Drone agent to deploy containers into rancher v2

Image
0

1.1K

dimasmith/drone-rancher repository overview

⁠Drone Rancher

Drone plugin to deploy containers into rancher v2.0

Its mostly copied from drone-kubernetes⁠.

This plugin is early in development.

⁠Usage example

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.

⁠Secrets

It is expected that rancher url and access token will be available as secrets with names rancher_server and rancher_token respectively.

Tag summary

Content type

Image

Digest

Size

42.2 MB

Last updated

about 8 years ago

docker pull dimasmith/drone-rancher