Skip to content
Snippets Groups Projects
Commit 2bfdb3c6 authored by Louis's avatar Louis :fire:
Browse files

Force outputs to public directory

parent 12c4e272
No related branches found
No related tags found
No related merge requests found
Pipeline #213 passed with stages
in 49 seconds
...@@ -7,10 +7,12 @@ pages: ...@@ -7,10 +7,12 @@ pages:
script: script:
- npm ci - npm ci
- CI=false npm run build - CI=false npm run build
- rm -rf public/
- mv build public
only: only:
variables: variables:
- $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
environment: production environment: production
artifacts: artifacts:
paths: paths:
- build - public
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment