2015-03-05 00:18:25 -08:00
2015-03-05 00:18:25 -08:00
2015-02-13 00:23:01 -08:00
2015-02-18 04:03:59 -08:00
2015-02-26 01:20:31 -08:00
2015-02-12 10:59:36 -08:00
2015-03-03 22:45:29 -08:00

drone-cli

Drone command-line interface

NOTE: this is a special branch being used to test out matrix and parallel builds. It requires a patched version of the samalba/dockerclient package found at https://github.com/samalba/dockerclient/pull/74

clone: image: git depth: 1 path: github.com/drone/drone

build: image: go commands: - go build - go test

compose: database: image: mysql caching: image: redis

deploy: production: image: heroku app: foo token: bar when: branch: prod

notify: slack: image: slack channel: dev username: drone

git: depth: 1 path: github.com/drone/drone

build: image: go script: - go build - go test

heroku: app: foo when: branch: master

heroku_prod: app: foo_prod when: branch: prod

slack: channel: dev user: drone when: branch: master

S
Description
Command Line Tools for Drone CI
https://docs.drone.io/cli
Readme Apache-2.0
16 MiB
Languages
Go 99.1%
Python 0.5%
Dockerfile 0.4%