Update .gitlab-ci.yml file
This commit is contained in:
parent
1d2c268e76
commit
2fa4ffb33c
@ -24,8 +24,9 @@ pages:
|
|||||||
- cd frontend
|
- cd frontend
|
||||||
- npm i
|
- npm i
|
||||||
- npm run build
|
- npm run build
|
||||||
|
- mv frontend/.output/public public
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- frontend/.output/public
|
- 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