Build app using gitlab

pull/211/head
Vladimir Volek 6 years ago
parent dca466ed8a
commit 5e85c9fef0

@ -3,6 +3,16 @@ image: node:8
before_script:
- yarn install
build site:
stage: build
script:
- yarn install --progress=false
- yarn run build
artifacts:
expire_in: 1 week
paths:
- build
cache:
paths:
- node_modules/

Loading…
Cancel
Save