Skip to content
Snippets Groups Projects
Commit 29feeeb0 authored by Lars Seipel's avatar Lars Seipel
Browse files

cicd: build and publish to GitLab Pages

parent 00ccd16f
No related branches found
No related tags found
No related merge requests found
Pipeline #185055 passed
image: docker.io/node:lts-alpine
pages:
stage: deploy
script:
- yarn && yarn build
artifacts:
paths:
- build
publish: build
rules:
- if: $CI_COMMIT_BRANCH == "deploy"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment