Let’s now see, in practical terms, how to make changes to our infrastructure using GitLab and the pipeline we have created.
We access our GitLab repository, open a file to be modified, and edit it using the Web IDE:
We modify the infrastructure files in the same way we would when using Visual Studio Code:
Once finished, we go to source control and use the “Create a new branch and commit” function, using add-vlan-1510 as the name of the new branch:
Remember that the main branch is protected and direct commits to main are disabled.
Continue reading the post on Patreon .