mirror of
https://github.com/drone/drone-cli.git
synced 2024-11-22 17:01:58 +01:00
Command Line Tools for Drone CI
https://docs.drone.io/cli
builder | ||
common | ||
drone | ||
runner | ||
.drone.yml | ||
.gitignore | ||
LICENSE | ||
README.md |
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