Joachim Hill-Grannec b17ee8517e mode to dep
2018-08-02 22:29:39 +02:00
2018-08-02 22:29:39 +02:00
2018-08-02 22:29:39 +02:00
2018-08-02 22:29:39 +02:00
2018-02-28 22:14:28 -08:00
2018-08-02 22:29:39 +02:00
2018-08-02 22:29:39 +02:00
2018-02-23 23:04:22 -08:00
2017-09-01 11:30:00 -04:00

drone-rancher

Build Status Join the chat at https://gitter.im/drone/drone Go Doc Go Report

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.

Binary

Build the binary using drone cli:

drone exec

Example

Usage

Build and deploy from your current working directory:

docker run --rm                          \
  -e PLUGIN_URL=<source>                 \
  -e PLUGIN_ACCESS_KEY=<key>     \
  -e PLUGIN_SECRET_KEY=<secret>  \
  -e PLUGIN_SERVICE=<service>            \  
  -e PLUGIN_DOCKER_IMAGE=<image>         \
  -v $(pwd):$(pwd)                       \
  -w $(pwd)                              \
  peloton/drone-rancher 
S
Description
No description provided
Readme 1.7 MiB
Languages
Go 94.8%
Dockerfile 5.2%