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 do you promote code through environments in GitHub for GitOps?

2 pointsby pentagoabout 4 years ago
Currently, when developer push code to dev branch, Github Actions build starts, builds and merge code to staging branch. It also opens PR to merge to main branch.<p>I have ArgoCD which syncs with both those branches and apply to our Kubernetes clusters.<p>While simple and works, it&#x27;s messy and introduces extra commits.<p>How do you do this or what&#x27;s the proper way to do this?

no comments

no comments