Update home authored by Lars Florian Meiendresch's avatar Lars Florian Meiendresch
...@@ -102,9 +102,9 @@ To make your application accessible, you'll want to route external traffic to th ...@@ -102,9 +102,9 @@ To make your application accessible, you'll want to route external traffic to th
* **Adding SSL certificates:** Secure the application with free Let's Encrypt certificates. * **Adding SSL certificates:** Secure the application with free Let's Encrypt certificates.
* **Managing multiple applications:** Centralize configuration for multiple containerized services. * **Managing multiple applications:** Centralize configuration for multiple containerized services.
## CI/CD Pipeline ## 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 server and starting it with `gitlab-runner run`, code will be tested and deployed fully automated. 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.
# Garbage Collector # Garbage Collector
... ...
......