Skip to content
Snippets Groups Projects
Commit 026d63bd authored by Tom Lefevre's avatar Tom Lefevre
Browse files

Téléverser un nouveau fichier

parent 1c515b67
No related branches found
No related tags found
No related merge requests found
Pipeline #33085 failed
image: node:22.11.0-alpine
stages:
- test
- deploy
verification:
stage: test
script:
- npm install --force
- npm run build
pages:
stage: deploy
script:
- npm install --force
- npm run build
- mv ./build ./public
artifacts:
paths:
- public
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment