Hacker News new | ask | show | jobs
by rambojazz 1419 days ago
Genuine question: why has CI become so prominent that even small projects cannot live without? You have a small instance with 2 people using it. Why is CI a deal breaker?
1 comments

For me, it means I can develop on mac, have CI build for me on linux, and push built containers/other artifacts wherever they're needed.

It also means I can do things like automatically rebuild containers nightly/weekly to get security updates.