1
mirror of https://github.com/RealOrangeOne/notes.git synced 2024-07-03 09:13:54 +01:00
notes/.gitlab-ci.yml

18 lines
224 B
YAML
Raw Normal View History

2020-09-30 17:43:41 +01:00
image: "node:lts-slim"
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- ~/.npm
2020-09-30 17:43:41 +01:00
pages:
stage: deploy
script:
- npm ci --production
- npm run release
artifacts:
paths:
- public
only:
- master