Not shell?
This commit is contained in:
@@ -5,9 +5,11 @@ stages:
|
|||||||
build:
|
build:
|
||||||
image: node:fermium-buster
|
image: node:fermium-buster
|
||||||
tags:
|
tags:
|
||||||
- docker-build
|
- docker
|
||||||
stage: build
|
stage: build
|
||||||
script: npm run build
|
script:
|
||||||
|
- npm ci
|
||||||
|
- npm run build
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
@@ -15,7 +17,7 @@ build:
|
|||||||
deploy:
|
deploy:
|
||||||
image: docker
|
image: docker
|
||||||
tags:
|
tags:
|
||||||
- docker-build
|
- docker
|
||||||
stage: deploy
|
stage: deploy
|
||||||
environment:
|
environment:
|
||||||
name: sol-journal
|
name: sol-journal
|
||||||
|
|||||||
Reference in New Issue
Block a user