Skip to content
Snippets Groups Projects
Commit a2c1ed67 authored by Quentin Hamitouche's avatar Quentin Hamitouche
Browse files

Update .gitlab-ci.yml file

parent 4dda727d
No related branches found
No related tags found
No related merge requests found
Pipeline #34542 passed
pages: pages:
stage: deploy
environment: production
script: script:
- mkdir .public - mkdir .public
- cp -r ./* .public - cp -r * .public
- rm -rf public
- mv .public public - mv .public public
artifacts: artifacts:
paths: paths:
- public - public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment