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
Branches
Tags
No related merge requests found
Pipeline #9623 passed with warnings
...@@ -4,7 +4,7 @@ stages: ...@@ -4,7 +4,7 @@ stages:
.node: &node .node: &node
image: node:9.6-alpine image: node:9.6-alpine
tags: tags:
- nodejs - redshift
pages: pages:
<<: *node <<: *node
...@@ -12,12 +12,10 @@ pages: ...@@ -12,12 +12,10 @@ pages:
script: script:
- npm install - npm install
- npm run-script build - npm run-script build
- mv dist public
- ls public
artifacts: artifacts:
untracked: true untracked: true
paths: paths:
- public - dist
allow_failure: true allow_failure: true
when: manual when: manual
only: only:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment