Build config: add FE_BUILD_DIR to configure the output path

This commit is contained in:
Alex Gleason 2021-09-03 14:42:31 -05:00
parent 54d7d9c6db
commit 7861270355
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
3 changed files with 1 additions and 1 deletions

View file

@ -88,9 +88,9 @@ pages:
stage: deploy
script:
- yarn build
- mv static public
variables:
NODE_ENV: production
FE_BUILD_DIR: public
artifacts:
paths:
- public

Binary file not shown.

Binary file not shown.