r/devops
· u/Fragrant_Rate_2583
· 5d ago
confused about CI/CD stages in real companies + when Terraform becomes necessary
Hey everyone, I’m learning DevOps on my own by building a small project with Docker (frontend, backend, nginx reverse proxy) deployed on AWS EC2 using GHCR. I understand CI as the process of automating things like build,…
r/devops
· u/No_Way5412
· May 5, 2026
Do you separate CI and CD in your architecture?
Most setups I’ve seen treat CI as the release system too (build, test, deploy, rollback...). I don't like this approach. GitHub, GitLab, Jenkins — these are great services but they are not really designed to manage relea…