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