Joachim Hill-Grannec 2e2059feb5 moving to drone6
2017-05-01 15:52:53 -07:00
2017-02-14 13:59:07 -08:00
2017-05-01 15:52:53 -07:00
2017-02-18 17:16:45 -08:00
2017-01-24 14:50:24 -08:00
2017-01-24 14:47:21 -08:00
2017-05-01 15:52:53 -07:00
2017-02-14 13:59:07 -08:00

drone-rancher

Build Status

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 make:

make deps build

Docker

Build the container using make:

make deps docker

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%