Skip to content
Snippets Groups Projects
Commit bdec9179 authored by Louis's avatar Louis :fire:
Browse files

Update .gitlab-ci.yml file

parent 1a23cf07
No related branches found
No related tags found
No related merge requests found
Pipeline #206 failed with stage
in 36 seconds
image: node:latest
cache:
paths:
- node_modules/
pages:
script:
- npm ci
- npm run build
only:
variables:
- $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
environment: production
artifacts:
paths:
- public
\ 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