Pages: keep NODE_ENV "production", don't run yarn

This commit is contained in:
Alex Gleason
2021-09-06 23:56:29 -05:00
parent 47e9c5214d
commit c08adde902

View File

@ -86,8 +86,12 @@ docs-deploy:
pages:
stage: deploy
before_script: ""
script:
# artifacts are kept between jobs
- mv static public
variables:
NODE_ENV: production
artifacts:
paths:
- public