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
Depending on their suffix they are used at certain parts of the corresponding jobs in the pipeline.
## `*_{PRIVATE_KEY,USER,HOST}`
These Variables are used e.g. in `ssh` or `rsync` commands like