From 0b8d982a461a86362e7d27533d6a776651ab618f Mon Sep 17 00:00:00 2001 From: Leon Vatthauer Date: Mon, 11 Sep 2023 11:58:24 +0000 Subject: [PATCH] Delete .gitlab-ci.yml --- .gitlab-ci.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .gitlab-ci.yml 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