diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4cadb163f4bb61511b026cc9885bbc1ee1f7d128..9f1699ae38a689ba129b018f3d0d329ee34a3d25 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,2 +1,14 @@ -# The Docker image that will be used to build your app -image: alpine:latest +# This file is a template, and might need editing before it works on your project. +# Full project: https://gitlab.com/pages/plain-html + +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