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
3 changed files with 16 additions and 8 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