add ci/cd
This commit is contained in:
parent
3a918879ec
commit
965fe721fa
13
.gitlab-ci.yml
Normal file
13
.gitlab-ci.yml
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
image: node:lts
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- yarn install
|
||||||
|
|
||||||
|
deploy-pages:
|
||||||
|
script:
|
||||||
|
- npm run build
|
||||||
|
pages: true
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- dist
|
||||||
|
publish: dist
|
||||||
Loading…
x
Reference in New Issue
Block a user