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

ci(pages): update tag & use dist folder

parent fdcdc329
No related branches found
No related tags found
No related merge requests found
Pipeline #9623 passed with warnings
......@@ -4,7 +4,7 @@ stages:
.node: &node
image: node:9.6-alpine
tags:
- nodejs
- redshift
pages:
<<: *node
......@@ -12,12 +12,10 @@ pages:
script:
- npm install
- npm run-script build
- mv dist public
- ls public
artifacts:
untracked: true
paths:
- public
- dist
allow_failure: true
when: manual
only:
......
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