diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index 9a68d29..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,11 +0,0 @@ -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 \ No newline at end of file