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

Update .gitlab-ci.yml file

parent 2e70e7be
Branches
Tags
No related merge requests found
...@@ -24,9 +24,6 @@ build: ...@@ -24,9 +24,6 @@ build:
script: script:
# --strict is too strict :) # --strict is too strict :)
- mkdocs build -c --verbose - mkdocs build -c --verbose
artifacts:
paths:
- mkdocs.log
cache: cache:
key: build-cache key: build-cache
paths: paths:
...@@ -41,7 +38,7 @@ deploy: ...@@ -41,7 +38,7 @@ deploy:
- apt-get update -qq && apt-get install -y -qq sshpass openssh-client rsync - apt-get update -qq && apt-get install -y -qq sshpass openssh-client rsync
script: script:
# - sshpass -p "$WOLKE_PASSWORD" scp -oStrictHostKeyChecking=no -r ./site/* $WOLKE_USER@wolke.img.univie.ac.at:/var/www/html/documentation/general/ # - sshpass -p "$WOLKE_PASSWORD" scp -oStrictHostKeyChecking=no -r ./site/* $WOLKE_USER@wolke.img.univie.ac.at:/var/www/html/documentation/general/
- sshpass -p "$WOLKE_PASSWORD" rsync -atv --delete -e "ssh -o StrictHostKeyChecking=no" ./site/ $WOLKE_USER@wolke.img.univie.ac.at:/var/www/html/documentation/general - sshpass -p "$WOLKE_PASSWORD" rsync -autv --delete -e "ssh -o StrictHostKeyChecking=no" ./site/ $WOLKE_USER@wolke.img.univie.ac.at:/var/www/html/documentation/general
cache: cache:
key: build-cache key: build-cache
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment