In this article, we talk about Drone CI, a very powerful, lightweight, docker-based, multi-pipeline, multi-platform, open-source CI/CD tool. Drone ...
For further actions, you may consider blocking this person and/or reporting abuse
I tried Drone as a small research project for the company I work with. My conclusion was:
Our slowest project (Expo) finished in 1.5 min, instead of our usual 5 - 7 min...
Absolutely love Drone, thanks for this article!
I used previously Travis CI, Jenkins and Teamcity, but for me personally Drone beat them all. Very quick setup and it's open source. You could run it on AWS free tier and it will be fine for most of the scenarios.
We use drone internally for more than a year. And it is really great product. What I didn't like in the new 1.0 version is that .drone.yml is not backward compatible.
Drone 1.0 is backward compatible with the 0.8 yaml configuration file. If you have an example of an 0.8 file that does not work with 1.0 you can post to github.com/drone/drone-yaml
I'm read this:
and this
On your site docs.drone.io/releases/1.0.0-rc.1/...
And decided to stay on 0.8 for a while
that post was a few months old (from rc.1). As of rc.5 we added support for reading 0.8 matrix configurations and just last week we published an automated migration utility. github.com/drone/drone-migrate
Thank you! Where I can get the latest docs? Seems like rc1 is the freshest one on the official docs page.
Thank you so much! I hope with the new updates the number of fans only will grow!
Really great work by your team. GIVING BACK to the community is such nice thing of your team.
Great! Excellent work!
Amazing! Thank you for this awesome work! :)
Can we store global secrets?
There is an option to storing them globally in enterprise version, but even in the general version you could easily use Kubernetes secrets or other external secrets management tool for example AWS or Vault.