Skip to content
Snippets Groups Projects
Commit 88837a15 authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

i hate gitlab ci

parent 939a7bf2
No related branches found
No related tags found
No related merge requests found
...@@ -3,14 +3,15 @@ image: alpine:latest ...@@ -3,14 +3,15 @@ image: alpine:latest
pages: pages:
stage: deploy stage: deploy
script: script:
- echo 'Nothing to do...' - mkdir public
- mv js public/js
- mv css public/css
- mv panels public/panels
- mv config public/config
- mv index.html public/index.html
- mv favicon.png public/favicon.png
artifacts: artifacts:
paths: paths:
- js - public
- css
- panels
- config
- index.html
- favicon.png
only: only:
- master - master
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