- Usage guide: http://readme.drone.io/usage/overview/
- README on master: https://github.com/drone/drone/blob/master/README.md
- v0.2.1 README, which might be more complete in places: https://github.com/drone/drone/blob/v0.2.1/README.md
- A list of database services you can use: https://github.com/drone/drone/blob/v0.2.1/README.md#databases
- Sample
.drone.yml
file: https://github.com/drone/drone/blob/v0.2.1/README.md#builds
- Go (with MongoDB): https://github.com/alphagov/router/blob/test-drone/.drone.yml
- Node.js: https://github.com/alphagov/performanceplatform-big-screen-view/blob/add-drone-ci/.drone.yml
- Python (with Redis): https://github.com/alphagov/performanceplatform-admin/blob/add-drone-ci/.drone.yml
- Ruby (with RabbitMQ): https://github.gds/gds/govuk_seed_crawler/blob/test-drone/.drone.yml
Drone provides lots of images that you can use to specify your build. We recommend either using
one of Drone's "nice" names for images (eg go1.2
, node0.10
, php5.5
) or fully qualifying your
image name (eg bradrydzewski/ruby:1.9.3
, alphagov/something:0.0.1
). If you specify just
something:0.0.1
as an image name you run the risk of getting an image that's not created for
Drone (eg doesn't have socat
installed to connect to services).