Skip to content
Snippets Groups Projects
Commit 739a74aa authored by Lars Bilke's avatar Lars Bilke Committed by Lars Bilke
Browse files

[web] Added Gitlab CI config.

parent 288f89f7
No related branches found
No related tags found
No related merge requests found
image: alpine:3.4
before_script:
- apk update && apk add openssl
- wget https://github.com/spf13/hugo/releases/download/v0.18.1/hugo_0.18.1_Linux-64bit.tar.gz
- tar xf hugo_0.18.1_Linux-64bit.tar.gz && cp ./hugo_0.18.1_linux_amd64/hugo_0.18.1_linux_amd64 /usr/bin/hugo
- hugo version
pages:
script:
- cd web
- hugo
artifacts:
paths:
- web/public
only:
- web-hugo
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