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
|
stage: deploy
|
||||||
script:
|
script:
|
||||||
- yarn build
|
- yarn build
|
||||||
- mv static public
|
|
||||||
variables:
|
variables:
|
||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
|
FE_BUILD_DIR: public
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue