Testing gitlab pages for nuxt
This commit is contained in:
parent
e3c8529ee2
commit
1b9a674034
@ -1,9 +1,15 @@
|
|||||||
image: alpine:latest
|
image: node
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- cd frontend && yarn install
|
||||||
|
|
||||||
|
cache:
|
||||||
|
paths:
|
||||||
|
- frontend/node_modules/
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
|
||||||
script:
|
script:
|
||||||
- echo 'Nothing to do...'
|
- cd frontend && yarn run generate
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user