Skip to content
Snippets Groups Projects
Commit ac998575 authored by Emmanuel Salomon's avatar Emmanuel Salomon :fist:
Browse files

Config gitlab-ci

parent 01627c26
No related branches found
No related tags found
No related merge requests found
stages:
- publish
.node: &node
image: andrewmackrodt/nodejs:14
tags:
- redshift
pages:
<<: *node
stage: publish
script:
- yarn
- yarn generate
- mv dist public
artifacts:
untracked: true
paths:
- public
allow_failure: true
when: manual
only:
- 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