TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: How does your CI/CD stack look like today?

1 pointsby botulidzealmost 2 years ago
What kind of tools are there and if you're happy/planning to replace any with an alternative?

4 comments

gerhardlazualmost 2 years ago
Another <a href="https:&#x2F;&#x2F;dagger.io">https:&#x2F;&#x2F;dagger.io</a> fan here. Have been using it since late 2021 to continuously deploy a Phoenix app to Fly.io: <a href="https:&#x2F;&#x2F;github.com&#x2F;thechangelog&#x2F;changelog.com&#x2F;pull&#x2F;395">https:&#x2F;&#x2F;github.com&#x2F;thechangelog&#x2F;changelog.com&#x2F;pull&#x2F;395</a>. Every commit goes into production.<p>This is what the GHA workflow currently looks like: <a href="https:&#x2F;&#x2F;github.com&#x2F;thechangelog&#x2F;changelog.com&#x2F;blob&#x2F;c7b8a57b28ee4b747163dc7d56fb82162faedfac&#x2F;.github&#x2F;workflows&#x2F;ship_it.yml">https:&#x2F;&#x2F;github.com&#x2F;thechangelog&#x2F;changelog.com&#x2F;blob&#x2F;c7b8a57b2...</a><p>FWIW, you can see how everything fits together in this architecture diagram: <a href="https:&#x2F;&#x2F;github.com&#x2F;thechangelog&#x2F;changelog.com&#x2F;blob&#x2F;master&#x2F;INFRASTRUCTURE.md">https:&#x2F;&#x2F;github.com&#x2F;thechangelog&#x2F;changelog.com&#x2F;blob&#x2F;master&#x2F;IN...</a>
sirodohtalmost 2 years ago
A mix of GitHub Actions and Gitlab CI and sourcehut builds. Maybe happiest with sourcehut but mostly happy with all three.
nnessalmost 2 years ago
Netlify, funnily enough, does nearly all my heavy-lifting for me. It&#x27;s wild how much of the final stages of deployment are just handled so smoothly (even if the pricing is kinda ridiculous now.)<p>Github Actions for test running — replacing Travis after they removed their free-tier for OSS.
marcosnilsalmost 2 years ago
Github actions with <a href="https:&#x2F;&#x2F;dagger.io">https:&#x2F;&#x2F;dagger.io</a> is simply awesome!