mirror of
https://github.com/drone/drone-cli.git
synced 2024-11-23 01:11:57 +01:00
937 B
937 B
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