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

Update .gitlab-ci.yml file

parent c00f2d52
No related branches found
No related tags found
No related merge requests found
stages:
- static
default:
tags:
- podman
static-copy:
stage: static
image: harbor.wolke.img.univie.ac.at/podman/alpine-sshpass:latest
when: manual
script:
- 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.
Finish editing this message first!
Please register or to comment