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

Merge branch 'master' of gitlab.phaidra.org:imgw/computer-resources

parents 10146e6f 7fd1423d
No related branches found
No related tags found
No related merge requests found
image: localhost:5000/mkdocs-imgw
stages:
- build
- deploy
Build:
stage: build
tags:
- dev
script:
- mkdocs build
Deploy:
stage: deploy
tags:
- dev
script:
- sshpass -p "$WOLKE_PASSWORD" scp -r /tmp/cr-site/ $WOLKE_USER@wolke.img.univie.ac.at:/var/www/html/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment