Update Continuous Integration and Continuous Deployment authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel
...@@ -102,12 +102,9 @@ Runs the [review apps](https://docs.gitlab.com/ee/ci/review_apps/) ...@@ -102,12 +102,9 @@ 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: 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 * `rsync-tuhh-deploy`: sends the outcome of `build-tuhh` to (just for testing purposes)
```bash ```bash
$TUHH_USER@$TUHH_HOST:$TUHH_DEPLOY/ $TUHH_USER@$TUHH_HOST:$TUHH_DEPLOY/
``` ```
* `master-deploy`: sends outcome of `build-tuhh` to * `master-deploy`: sends outcome of `build-tuhh` to `www3.tuhh.de` (only `master`)
```bash * `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 )
${SSH_USER}"@"${HOST_NAME}":"/usr/local/apache2/htdocs \ No newline at end of file
```
* `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