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
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 4 additions and 0 deletions

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