Update Continuous Integration and Continuous Deployment authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel
...@@ -94,12 +94,18 @@ which can also be retrieved from docker.hub or built from the Dockerfile in `/do ...@@ -94,12 +94,18 @@ which can also be retrieved from docker.hub or built from the Dockerfile in `/do
The main artifacts of this stage come from the jobs The main artifacts of this stage come from the jobs
* [`build-tuhh`] * `build-tuhh`
* [`build-www3-dev`] * `build-www3-dev`
* [`build-www3`] * `build-www3`
which essentially run the script `build_tuhh.sh` but with different options to account for each of the deployment site. which essentially run the script `build_tuhh.sh` but with different options to account for each of the deployment site.
The artifacts of the build-tuhh job are created only for runs of the master branch and can be downloaded from the [badge](https://docs.gitlab.com/ee/user/project/badges.html)
![https://collaborating.tuhh.de/cfg0846/research-topics-mat-tuhh/-/jobs/artifacts/master/download?job=build-tuhh](https://img.shields.io/badge/Download-TUHH%20Build-blueviolet)
#### `review` #### `review`
Runs the [review apps](https://docs.gitlab.com/ee/ci/review_apps/) Runs the [review apps](https://docs.gitlab.com/ee/ci/review_apps/)
... ...
......