Skip to content
Snippets Groups Projects
Commit e72c2e67 authored by Éloïs's avatar Éloïs
Browse files

[ci] create publish job

parent 853894a8
No related branches found
No related tags found
No related merge requests found
stages:
- publish
.node: &node
image: node:9.6-alpine
tags:
- nodejs
pages:
<<: *node
stage: publish
script:
- npm install
- npm run-script build
- mv dist public
- ls public
artifacts:
untracked: true
paths:
- public
allow_failure: true
when: manual
only:
- master
\ No newline at end of file
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