Testing gitlab pages for nuxt

This commit is contained in:
Hubert Van De Walle 2020-04-23 18:12:27 +02:00
parent e3c8529ee2
commit 1b9a674034

View File

@ -1,9 +1,15 @@
image: alpine:latest
image: node
before_script:
- cd frontend && yarn install
cache:
paths:
- frontend/node_modules/
pages:
stage: deploy
script:
- echo 'Nothing to do...'
- cd frontend && yarn run generate
artifacts:
paths:
- public