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

Update .gitlab-ci.yml file

parent f146fd2c
Branches
Tags
No related merge requests found
image: 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