Skip to content
Snippets Groups Projects
Commit e21ae2e6 authored by Louis's avatar Louis :fire:
Browse files

Update .gitlab-ci.yml file

parent 977fc77a
No related branches found
No related tags found
No related merge requests found
Pipeline #518 passed with stage
in 9 seconds
pages:
stage: deploy
environment: production
script:
- mkdir .public
- cp -r ./* .public
- rm -rf public
- mv .public public
artifacts:
paths:
- 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.
Finish editing this message first!
Please register or to comment