Not shell?

This commit is contained in:
Spencer Pincott
2022-08-29 23:52:00 -04:00
parent 3c0e3953b4
commit bc063ec545

View File

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