Update Continuous Integration and Continuous Deployment authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel
......@@ -77,7 +77,7 @@ Overall the pipeline features 5 Stages:
The first two stages are testing stages:
* `docker-update`: checks, whether the docker images from the repository's [container registry](https://collaborating.tuhh.de/cfg0846/research-topics-mat-tuhh/container_registry) are available and rebuilds them if the `Dockerfile`s have changed
* `testing`: performs various tests of the [preprocessor](#Preprocessors) and [building]() routines
* `testing`: performs various tests of the [preprocessor](Preprocessors) and [building]() routines
* `build`: constructs the various products like standalone webpages, and TUHH-delivery packages
* `review`: starts the review apps for the merge request
* `deploy`: ships the products to their final destination (`www3`, `www3-dev`, `mat`)
......
......