Copied from gitlab.com/pages/plain-html

This commit is contained in:
jacob 2022-07-13 20:07:37 -08:00
parent d2bb1d5f38
commit 05cae3e0dc
1 changed files with 11 additions and 0 deletions

11
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,11 @@
image: busybox
pages:
stage: deploy
script:
- echo "The site will be deployed to $CI_PAGES_URL"
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH