GitLab CI/CD Configuration using Templates and Extends
GitLab CI/CD allows you to streamline your continuous integration and continuous deployment processes using a configuration file, typically named .gitlab-ci.yaml. In this blog post, we’ll explore how to organize your GitLab CI/CD configuration by utilizing templates and extends for better… Read moreGitLab CI/CD Configuration using Templates and Extends