diff --git a/README.md b/README.md index 4bd740d7ed3d9cda46c6da9778f2e0775c4e1d53..192e64a900f5970d2acff225a2481b6335b2c498 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