updated gitlab-ci

This commit is contained in:
Solomon Laing 2021-04-01 20:17:14 +10:30
parent c4604f1725
commit 672614cc19

View File

@ -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: