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:
image: node:fermium-buster
tags:
- docker-build
- docker
stage: build
script: npm run build
script:
- npm ci
- npm run build
artifacts:
paths:
- public
@@ -15,7 +17,7 @@ build:
deploy:
image: docker
tags:
- docker-build
- docker
stage: deploy
environment:
name: sol-journal