Skip to content
Snippets Groups Projects
Commit 9f2bb19d authored by Robin King's avatar Robin King
Browse files

Delete .gitlab-ci.yml

parent 5541b84d
No related branches found
No related tags found
No related merge requests found
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.
Please register or to comment