GitLab CI: move build-production to test step

environments/review-simplify-c-5e1v77/deployments/70
Alex Gleason 2 years ago
parent b798f486d0
commit 91adeca74a
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -13,7 +13,6 @@ cache:
stages:
- deps
- test
- build
- deploy
deps:
@ -64,13 +63,13 @@ nginx-test:
- "installation/mastodon.conf"
build-production:
stage: build
stage: test
script: yarn build
variables:
NODE_ENV: production
artifacts:
paths:
- static
- static
docs-deploy:
stage: deploy

Loading…
Cancel
Save