HACKER Q&A
📣 botulidze

How does your CI/CD stack look like today?


What kind of tools are there and if you're happy/planning to replace any with an alternative?


  👤 gerhardlazu Accepted Answer ✓
Another https://dagger.io fan here. Have been using it since late 2021 to continuously deploy a Phoenix app to Fly.io: https://github.com/thechangelog/changelog.com/pull/395. Every commit goes into production.

This is what the GHA workflow currently looks like: https://github.com/thechangelog/changelog.com/blob/c7b8a57b2...

FWIW, you can see how everything fits together in this architecture diagram: https://github.com/thechangelog/changelog.com/blob/master/IN...


👤 marcosnils
Github actions with https://dagger.io is simply awesome!

👤 sirodoht
A mix of GitHub Actions and Gitlab CI and sourcehut builds. Maybe happiest with sourcehut but mostly happy with all three.

👤 nness
Netlify, funnily enough, does nearly all my heavy-lifting for me. It's wild how much of the final stages of deployment are just handled so smoothly (even if the pricing is kinda ridiculous now.)

Github Actions for test running — replacing Travis after they removed their free-tier for OSS.