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