Skip to content
Snippets Groups Projects
Commit f51100c7 authored by Pachi 27's avatar Pachi 27
Browse files

ci-cd

parent 741a36c4
No related branches found
No related tags found
No related merge requests found
stages:
- build
variables:
NODE_ENV: production
default:
image: node:lts-slim
cache:
key: npm-cache
paths:
- node_modules/
build_npm:
stage: build
script:
- npm ci
- npm run build
artifacts:
paths:
- dist/
expire_in: 1 hour
\ 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