From 5d4b7b699f73a9a1435c60c22ee265ebc7da62ba Mon Sep 17 00:00:00 2001 From: Dorian Koch <doriank@fsmpi.rwth-aachen.de> Date: Tue, 2 Jul 2024 18:16:27 +0200 Subject: [PATCH] Update readme [ci skip] --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4bd740d..192e64a 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,12 @@ Running `npm run dev` is the recommended way to start the development server (co It is recommended to install `npm run lint` as a git commit hook +# Production + +A full description of the production setup can be found in the `videoag_infra/production` repository. The repository and/or group might not be visible to you. + +tl;dr: Tag the commit that should be published. The tag needs to start with `v`, should be semver and 'newer' than the tag before it. This initiates a pipeline that triggers another pipeline in the production repo which pushes a container image to its container registry. Fluxcd notices the new container and updates the image on all kubernetes pods. + # Struktur Stand: 10.05.2024 -- GitLab