Changes
Page history
Update Continuous Integration and Continuous Deployment
authored
May 11, 2021
by
Fabian Nuraddin Alexander Gabel
Show whitespace changes
Inline
Side-by-side
Continuous-Integration-and-Continuous-Deployment.md
View page @
b9b9b60c
...
...
@@ -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