GitLab CI: move build-production to test step

environments/review-simplify-c-5e1v77/deployments/70
Alex Gleason 2022-05-25 11:15:41 -04:00
rodzic b798f486d0
commit 91adeca74a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

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