Update Continuous Integration and Continuous Deployment authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel
......@@ -102,7 +102,12 @@ Runs the [review apps](https://docs.gitlab.com/ee/ci/review_apps/)
Runs the jobs that deliver the static webpage to the production sites. Currently the following deployment jobs run in the pipeline:
* `rsync-tuhh-deploy`: sends the outcome of `build-tuhh` to `$TUHH_USER@$TUHH_HOST:$TUHH_DEPLOY/`
* `master-deploy`: sends outcome of `build-tuhh` to `${SSH_USER}"@"${HOST_NAME}":"/usr/local/apache2/htdocs`
* `rsync-tuhh-deploy`: sends the outcome of `build-tuhh` to
```bash
$TUHH_USER@$TUHH_HOST:$TUHH_DEPLOY/
```
* `master-deploy`: sends outcome of `build-tuhh` to
```bash
${SSH_USER}"@"${HOST_NAME}":"/usr/local/apache2/htdocs
```
* `pages`: deploys on [GitLab Pages](https://docs.gitlab.com/ee/user/project/pages/) (only on the gitlab.com-mirror: https://gitlab.com/fabiangabel/research-topics-mat-tuhh )
\ No newline at end of file