updated gitlab-ci
This commit is contained in:
parent
c4604f1725
commit
672614cc19
@ -1,21 +1,6 @@
|
|||||||
stages:
|
stages:
|
||||||
- build
|
|
||||||
- deploy
|
- deploy
|
||||||
|
|
||||||
build-job:
|
|
||||||
stage: build
|
|
||||||
tags:
|
|
||||||
- build
|
|
||||||
- node
|
|
||||||
script:
|
|
||||||
- npm install
|
|
||||||
- npm run build --prod
|
|
||||||
artifacts:
|
|
||||||
paths:
|
|
||||||
- dist/
|
|
||||||
only:
|
|
||||||
- master
|
|
||||||
|
|
||||||
deploy-job:
|
deploy-job:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
tags:
|
tags:
|
||||||
|
|||||||
Reference in New Issue
Block a user