Skip to content
Snippets Groups Projects
Commit 4431e383 authored by Clement Franckelemon's avatar Clement Franckelemon
Browse files

Update gitlab ci

parent 8683bee3
No related branches found
No related tags found
No related merge requests found
Pipeline #59403 failed
...@@ -17,10 +17,9 @@ build: ...@@ -17,10 +17,9 @@ build:
pages: pages:
stage: deploy stage: deploy
script: script:
- mkdir -p public
- mv dist/spa public - mv dist/spa public
- mkdir -p public/public/image - mkdir -p public/public/image
- mv public/images/* public/public/images - mv images/* public/public/images
artifacts: artifacts:
paths: paths:
- public - public
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment