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
Loading
......@@ -3,14 +3,15 @@ image: alpine:latest
pages:
stage: deploy
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:
paths:
- js
- css
- panels
- config
- index.html
- favicon.png
- public
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment