kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Add build:production to gitlab-ci
rodzic
5907b60117
commit
5cf3affcd8
|
@ -26,6 +26,17 @@ i18n:
|
||||||
build-development:
|
build-development:
|
||||||
stage: build
|
stage: build
|
||||||
script: yarn build:development
|
script: yarn build:development
|
||||||
|
variables:
|
||||||
|
NODE_ENV: development
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public/packs
|
||||||
|
|
||||||
|
build-production:
|
||||||
|
stage: build
|
||||||
|
script: yarn build:production
|
||||||
|
variables:
|
||||||
|
NODE_ENV: production
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public/packs
|
- public/packs
|
||||||
|
|
Ładowanie…
Reference in New Issue