Skip to content
Snippets Groups Projects
Commit 39d709a2 authored by julientaq's avatar julientaq
Browse files

add ci/cd

parent 41c794eb
No related branches found
No related tags found
No related merge requests found
Pipeline #29096 failed with stage
in 1 minute and 14 seconds
stages:
- build
- deploy
pages:
stage: build
image: node:lts-buster
cache:
key: "$CI_JOB_NAME"
paths:
- node_modules/
script:
- npm install
- npm run build
artifacts:
paths:
- public
only:
- master
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment