mirror of
https://gitlab.com/comunic/comunicconsole
synced 2024-11-23 13:59:23 +00:00
Fix build output directory
This commit is contained in:
parent
f76026fbfe
commit
82d72fa44d
@ -10,8 +10,9 @@ pages:
|
|||||||
- echo "{\"api_url\":\"https://api.communiquons.org/admin/\"}" > build/config.json
|
- echo "{\"api_url\":\"https://api.communiquons.org/admin/\"}" > build/config.json
|
||||||
- echo Create 404 page
|
- echo Create 404 page
|
||||||
- cp build/index.html build/404.html
|
- cp build/index.html build/404.html
|
||||||
|
- mv build public
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build
|
- public
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
|
Loading…
Reference in New Issue
Block a user