Branching strategy with ci cd pipeline

Hi,

I’d recommend researching here on this platform, there are rich topics on workflows and CI automation.

Some hints:

  • Look into the GitLab Workflow with Merge Requests, CI, Review, Approvals
  • Start simple with “easy” CI jobs for some unit tests, then dive into advanced stages with Docker container creation
  • Last setup Kubernetes, understand its architecture and then combine it with GitLab & environments

Cheers,
Michael

PS: I see, that there’s: Gitlab ci cd pipeline for merge requests