1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

Update gitlab-ci.yml

This commit is contained in:
Steffen Vogel 2016-09-09 23:17:24 -04:00
parent 6a4164253f
commit f8da0c7beb

View file

@ -72,7 +72,7 @@ docs:
- echo -e "$SSH_SECRET_KEY" > $HOME/.ssh/id_rsa
- chmod 600 $HOME/.ssh/id_rsa
- echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > $HOME/.ssh/config
- ssh-keyscan -H $DEPLOY_DOC_HOST >> $HOME/.ssh/known_hosts
- ssh-keyscan -H $DEPLOY_HOST >> $HOME/.ssh/known_hosts
deploy-docs:
stage: deploy