Skip to content
Snippets Groups Projects
Commit 457ffccd authored by Donatus Herre's avatar Donatus Herre
Browse files

.gitlab-ci.yml added

parent 21cbc51b
Branches
No related tags found
No related merge requests found
image: alpine:latest
pages:
stage: deploy
before_script:
- apk update && apk add bash
- apk add tree
script:
- mkdir public
- mv README.md public
- mv data public
- cd public
- echo "<html><body><pre>" > index.html
- tree . >> index.html
- echo "</pre></body></html>" >> index.html
artifacts:
paths:
- public
only:
- master
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment