Skip to content
Snippets Groups Projects
Commit 75804073 authored by Michael Blaschek's avatar Michael Blaschek :bicyclist:
Browse files

needed to disable host key verification

parent 086e9abc
No related branches found
No related tags found
No related merge requests found
...@@ -19,4 +19,4 @@ Build: ...@@ -19,4 +19,4 @@ Build:
Deploy: Deploy:
stage: deploy stage: deploy
script: script:
- sshpass -p "$WOLKE_PASSWORD" scp -r /tmp/cr-site/ $WOLKE_USER@wolke.img.univie.ac.at:/var/www/html/documentation/general/ - sshpass -p "$WOLKE_PASSWORD" scp -oStrictHostKeyChecking=no -r /tmp/cr-site/ $WOLKE_USER@wolke.img.univie.ac.at:/var/www/html/documentation/general/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment