Update Continuous Integration and Continuous Deployment authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel
...@@ -103,16 +103,16 @@ which can also be retrieved from docker.hub or built from the Dockerfile in `/do ...@@ -103,16 +103,16 @@ 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-tuhh-asteroid`] * [`build-www3-dev`]
* [`build-www3`]
which essentially run the script `build_tuhh.sh` but with different options to account for the deployment site. which essentially run the script `build_tuhh.sh` but with different options to account for each of the deployment site.
#### `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/)
* review_tuhh (`environment` `url` on `www3-dev`) * review_tuhh (`environment` `url` on `www3-dev`)
* review_asteroid (`environment` `url` on asteroid)
#### `deploy` #### `deploy`
...@@ -122,5 +122,5 @@ Runs the jobs that deliver the static webpage to the production sites. Currently ...@@ -122,5 +122,5 @@ Runs the jobs that deliver the static webpage to the production sites. Currently
```bash ```bash
$TUHH_USER@$TUHH_HOST:$TUHH_DEPLOY/ $TUHH_USER@$TUHH_HOST:$TUHH_DEPLOY/
``` ```
* `master-deploy`: sends outcome of `build-tuhh` to `www3.tuhh.de` (only for `master`) * `dev-deploy`: sends outcome of `build-www3` to `www3.tuhh.de` (only for `dev`)
* `pages`: deploys on [GitLab Pages](https://docs.gitlab.com/ee/user/project/pages/) (only on the `master` at the gitlab.com-mirror: https://gitlab.com/fabiangabel/research-topics-mat-tuhh ) * `pages`: deploys on [GitLab Pages](https://docs.gitlab.com/ee/user/project/pages/) (only on the `master` at the gitlab.com-mirror: https://gitlab.com/fabiangabel/research-topics-mat-tuhh )
\ No newline at end of file