@@ -26,7 +26,6 @@ They usually come with the prefix `CI_` and are used in the `.gitlab-ci.yml`, e.
The repository stores different CI/CD variables necessary for authentication during ssh-services: https://docs.gitlab.com/ee/ci/variables/#project-cicd-variables
Depending on their domain, they carry different prefixes:
*`ASTEROID_` for webpage hosted on asteroids
*`REVIEW_` for the review app hosted on [www3-dev.tuhh.de]()
*`SSH_` for the review app hosted on [www3.tuhh.de]()
*`TUHH_` for the deployment on the web server of the institute
...
...
@@ -42,11 +41,6 @@ These Variables are used e.g. in `ssh` or `rsync` commands like
@@ -122,5 +116,4 @@ Runs the jobs that deliver the static webpage to the production sites. Currently
```bash
$TUHH_USER@$TUHH_HOST:$TUHH_DEPLOY/
```
*`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 )
\ No newline at end of file
*`dev-deploy`: sends outcome of `build-www3` to `www3.tuhh.de` (only for `dev`)