Build config: add FE_BUILD_DIR to configure the output path
This commit is contained in:
parent
54d7d9c6db
commit
7861270355
3 changed files with 1 additions and 1 deletions
|
@ -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.
Loading…
Reference in a new issue