Pages: keep NODE_ENV "production", don't run yarn
This commit is contained in:
parent
47e9c5214d
commit
c08adde902
|
@ -86,8 +86,12 @@ docs-deploy:
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
before_script: ""
|
||||||
script:
|
script:
|
||||||
|
# artifacts are kept between jobs
|
||||||
- mv static public
|
- mv static public
|
||||||
|
variables:
|
||||||
|
NODE_ENV: production
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|
Loading…
Reference in New Issue