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

rsync typo, build

parent c254c439
Branches
Tags
No related merge requests found
...@@ -26,7 +26,7 @@ build: ...@@ -26,7 +26,7 @@ build:
- pip install -r requirements.txt - pip install -r requirements.txt
script: script:
# --strict is too strict :) # --strict is too strict :)
- mkdocs build --verbose 2>&1 > mkdocs.log - mkdocs build -c --verbose
artifacts: artifacts:
paths: paths:
- mkdocs.log - mkdocs.log
...@@ -43,7 +43,7 @@ deploy: ...@@ -43,7 +43,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 -atv --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