top | item 32315727

(no title)

rambojazz | 3 years 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?

discuss

order

minimaul|3 years ago

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.