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

Update .gitlab-ci.yml file

parent 265f9cdc
Branches
No related tags found
No related merge requests found
...@@ -10,4 +10,5 @@ static-copy: ...@@ -10,4 +10,5 @@ static-copy:
image: harbor.wolke.img.univie.ac.at/podman/alpine-sshpass:latest image: harbor.wolke.img.univie.ac.at/podman/alpine-sshpass:latest
when: manual when: manual
script: script:
- ls ./Documentation/html/
- sshpass -p "$WOLKE_PASSWORD" rsync -autv --delete -e "ssh -o StrictHostKeyChecking=no" ./Documentation/html/* "$WOLKE_USER@wolke.img.univie.ac.at:/var/www/flexpart/flexextract" - sshpass -p "$WOLKE_PASSWORD" rsync -autv --delete -e "ssh -o StrictHostKeyChecking=no" ./Documentation/html/* "$WOLKE_USER@wolke.img.univie.ac.at:/var/www/flexpart/flexextract"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment