4 ms·
Drone.io
by throwaway984393 1y ago
Drone.io
- KronisLV 1y agoNot sure why this was downvoted/flagged, I do use Drone CI myself currently and it's quite pleasant: https://www.drone.io/ https://www.drone.io/ There's also the Woodpecker CI fork, which has a very similar user experience: https://woodpecker-ci.org/ https://woodpecker-ci.org/ When combined with Docker images, it's quite pleasant to use - you define what environment you want for the CI/CD steps, what configuration/secrets you need and define the steps (which can also just be a collection of scripts that you can run locally if need be), that's it. Standalone, so you can integrate it with Gogs, Gitea or similar solutions for source control and perhaps a bit simpler than GitLab CI (which I also think is lovely, though maintaining on-prem GitLab isn't quite a nice experience all the time, not that you have to do that).
- ashishb 1y agoWill it last another 2 years? Several CI systems have come and gone.