Update Continuous Integration and Continuous Deployment authored by Fabian Nuraddin Alexander Gabel's avatar Fabian Nuraddin Alexander Gabel
......@@ -37,7 +37,9 @@ Sensible variables can only be accessed for jobs running on the protected branch
These variables are used e.g. in `ssh` or `rsync` commands like
```bash
echo "$REVIEW_SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
#...
rsync -v -r -a --delete -e "ssh -p${SSH_PORT}" build-www3/* ${SSH_USER}@${HOST_NAME}:/usr/local/apache2/htdocs/.
```
## `*_{KNOWN_HOSTS}`
......
......