Using child pipelines to continuously deploy to five environments

1 ยท ยท Sept. 26, 2024, 2:44 p.m.
DevSecOps teams sometimes require the ability to manage continuous deployment across multiple environments โ€” and they need to do so without changing their workflows. The GitLab DevSecOps platform supports this need, including temporary, on-the-fly sandboxes, with a minimalist approach. In this article, you'll learn how to run continuous deployment of infrastructure using Terraform, over multiple environments. This strategy can easily be applied to any project, whether it is infrastructure as cod...