I have been researching a lot on CI/CD tools lately.
I have worked on TravisCI before, and recently with GitHub Actions.
I'd love to know which ones do you use and why!
I have been researching a lot on CI/CD tools lately.
I have worked on TravisCI before, and recently with GitHub Actions.
I'd love to know which ones do you use and why!
For further actions, you may consider blocking this person and/or reporting abuse
Latest comments (56)
What I always wanted to try is render.com. Currently, I am using a mix of DigitalOcean and custom scripts.
GitHub Actions and CircleCI
This is an interesting thread I've used quite a few over time I currently using Azure DevOps for most of my automation followed by github actions and netlify. I'm interested in learning more about buddy so thanks for all who praise it.
Kubernetes (with EKS) + AWS EC2 Spot requests for our CI. Thanks to this we are running a CI cluster with 10k+ vCPU hourly for a really cheap daily price.
Kubernetes for our CD.
Sounds awesome!
I have used
Azure Devops
for learning.Concourse mainly, plus a smattering of Github Actions.
we're using Jenkins like almost everywhere in our projects. we've tried to use another tools as well but seems Jenkins are beyond them. many users use jenkins, many documentation, many communities to share and solve problems.
I agree.
We are using Jenkins and private Gitlab
Github Actions
Just tried out GitHub Actions and it seems pretty good: Easy on-boarding for new projects, since you can create the initial version of the workflow file right there in the web interface; Pretty fast execution on GitHub own infrastructure after commits/PRs.
True!