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

removed tag:dev

parent c4d788a0
No related branches found
No related tags found
No related merge requests found
...@@ -11,14 +11,10 @@ stages: ...@@ -11,14 +11,10 @@ stages:
Build: Build:
stage: build stage: build
tags:
- dev
script: script:
- mkdocs build --strict --verbose - mkdocs build --strict --verbose
Deploy: Deploy:
stage: deploy stage: deploy
tags:
- dev
script: script:
- sshpass -p "$WOLKE_PASSWORD" scp -r /tmp/cr-site/ $WOLKE_USER@wolke.img.univie.ac.at:/var/www/html/documentation/general/ - sshpass -p "$WOLKE_PASSWORD" scp -r /tmp/cr-site/ $WOLKE_USER@wolke.img.univie.ac.at:/var/www/html/documentation/general/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment