Branching strategies and the GitOps workflow GitOps requires at least two kinds of Git repositories to function: the application repository, which is from where your builds are triggered, and the environment repository, which contains all of the infrastructure and configuration as code (CaC). All deployments are driven from the environment repository, and the changes to […]
Read More… from The push model – Source Code Management with Git and GitOps