Live data from Hacker News

CI/CD on a budget for open source projects

danmunro.com

11–16 of 16 posts

Re: CI/CD on a budget for open source projects

#13
You can do everything mentioned in the bullet points (CI service, test, build environment, docker image repository, code quality, coverage, metrics) except running the production code for free on Gitlab.com or self-hosted GitLab instance.

Edit. Serious question: why would you want to set up and maintain several different tools when you can have everything running in one place?

Post reply on HN