Update Continuous Integration and Continuous Deployment authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel
...@@ -26,7 +26,6 @@ They usually come with the prefix `CI_` and are used in the `.gitlab-ci.yml`, e. ...@@ -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 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: 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]() * `REVIEW_` for the review app hosted on [www3-dev.tuhh.de]()
* `SSH_` for the review app hosted on [www3.tuhh.de]() * `SSH_` for the review app hosted on [www3.tuhh.de]()
* `TUHH_` for the deployment on the web server of the institute * `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 ...@@ -42,11 +41,6 @@ These Variables are used e.g. in `ssh` or `rsync` commands like
```bash ```bash
echo "$REVIEW_SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add - echo "$REVIEW_SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
``` ```
or
```bash
ssh $ASTEROID_USER@$ASTEROID_HOST ..."
```
## `*_{KNOWN_HOSTS}` ## `*_{KNOWN_HOSTS}`
...@@ -123,4 +117,3 @@ Runs the jobs that deliver the static webpage to the production sites. Currently ...@@ -123,4 +117,3 @@ Runs the jobs that deliver the static webpage to the production sites. Currently
$TUHH_USER@$TUHH_HOST:$TUHH_DEPLOY/ $TUHH_USER@$TUHH_HOST:$TUHH_DEPLOY/
``` ```
* `dev-deploy`: sends outcome of `build-www3` to `www3.tuhh.de` (only for `dev`) * `dev-deploy`: sends outcome of `build-www3` to `www3.tuhh.de` (only for `dev`)
\ No newline at end of file
* `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