HACKER Q&A
📣 ManWith2Plans

Can someone recommend a more stable alternative to GitHub Actions?


One of the things that I love about Github Actions is the experience of having a single user experience for continuous integration and continuous deployment. Last year we switched to Github Actions because of Bitbucket Pipelines instability. Recently Github Actions has been an even worse experience than Bitbucket Pipelines was.

I was wondering if anyone had experience with stable hosted CI/CD offerings that might have a similar experience to Github Actions from a development standpoint with a lot more platform stability.


  👤 jerdog Accepted Answer ✓
You should definitely check out CircleCI. The free plan is the best in the biz, and the stability and feature set is awesome.


👤 sidcool
I have used the following extensively and reliably:

- Gitlab CI

- CircleCI

- GoCD (self-hosted)