-
julientaq authored49bf0e21
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitlab-ci.yml 248 B
stages:
- build
- deploy
pages:
stage: build
image: bitnami/node
cache:
key: "$CI_JOB_NAME"
paths:
- node_modules/
script:
- npm install
- npm run build
artifacts:
paths:
- public
only:
- master