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:
script:
- npm ci
- CI=false npm run build
- rm -rf public/
- mv build public
only:
variables:
- $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
environment: production
artifacts:
paths:
- build
\ No newline at end of file
- public
\ 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