Update home authored by Lars Florian Meiendresch's avatar Lars Florian Meiendresch
......@@ -127,7 +127,7 @@ To make your application accessible, you'll want to route external traffic to th
## CI/CD GitLab Pipeline
A GitLab pipeline was developed inside the `.gitlab-ci.yml` for automatic testing and deploying on a stage and production server. After installing a GitLab runner with the `stage` and `main` tags on the according server and starting it with `cd / && gitlab-runner run &`, code will be tested and deployed fully automated. The config.toml could look like the following:
A GitLab pipeline was developed inside the `.gitlab-ci.yml` for automatic testing and deploying on a stage and production server. After installing a GitLab runner with the `stage` and `main` tags on the according server and starting it with `cd / && gitlab-runner run &`, code will be tested and deployed fully automated. The config.toml could look like the following. When using a similar approach, make sure that the `gitlab-runner` user is allowed to execute docker commands but no security relevant commands.
````
concurrent = 1
......
......