Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e9b1b41e authored by Jérôme Euzenat's avatar Jérôme Euzenat
Browse files

Added .gitlab-ci.yml with web site deployement

parent fd80c67f
No related branches found
No related tags found
No related merge requests found
Pipeline #202667 passed
image: alpine:latest
pages:
stage: deploy
script:
- cp -r html public
artifacts:
paths:
- public
only:
- master
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