josmo / drone-rancher

Drone plugin for triggering Rancher deployments
53 stars 35 forks source link

Multiple Sidekick functionality added. #33

Closed Rakhmanov closed 6 years ago

Rakhmanov commented 6 years ago

Adding ability to update sidekick images. In following format for multiple sidekicks: --sidekick nginx nginx:latest --sidekick node node:alpine Or just one flag for single.

Rakhmanov commented 6 years ago

To test it you can use my dockerhub image.

This deployment step from my drone.yml:

deploy: image: rakhmanov/drone-rancher url: yourRancherAPIURL access_key: secret_key: service: some/service docker_image: php php sidekick: nginx nginx:latest sidekick: storage tianon/true

josmo commented 6 years ago

@Rakhmanov thanks for the PR, I'll take a look at it his week and merge it in :)

Rakhmanov commented 6 years ago

@josmo You are very welcome, let me know.