Skip to content
Snippets Groups Projects
Commit a2c3b6e4 authored by Antoine Rochebois's avatar Antoine Rochebois
Browse files

Client CI

parent 38b695a2
No related branches found
No related tags found
No related merge requests found
Pipeline #33 failed with stage
in 1 minute and 34 seconds
include:
- local: '/client/.gitlab-ci-client.yml'
pages:
image: node:latest
stage: deploy
script:
- npm install --progress=false
- npm run build
- rm -rf public
- mkdir public
- cp -r dist/* public
artifacts:
expire_in: 1 day
paths:
- public
only:
- master
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment