Need tags
This commit is contained in:
@@ -4,6 +4,8 @@ stages:
|
|||||||
|
|
||||||
build:
|
build:
|
||||||
image: node:fermium-buster
|
image: node:fermium-buster
|
||||||
|
tags:
|
||||||
|
- docker-build
|
||||||
stage: build
|
stage: build
|
||||||
script: npm run build
|
script: npm run build
|
||||||
artifacts:
|
artifacts:
|
||||||
@@ -12,6 +14,8 @@ build:
|
|||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
image: docker
|
image: docker
|
||||||
|
tags:
|
||||||
|
- docker-build
|
||||||
stage: deploy
|
stage: deploy
|
||||||
environment:
|
environment:
|
||||||
name: sol-journal
|
name: sol-journal
|
||||||
|
|||||||
Reference in New Issue
Block a user