From 6a4bf0cd7a6667c2dba3184022e6a388dac91479 Mon Sep 17 00:00:00 2001 From: Leif Linus Gittel <leif.gittel@protonmail.com> Date: Fri, 7 Feb 2025 12:40:49 +0100 Subject: [PATCH] Revert "Update .gitlab-ci.yml" This reverts commit ff80395e9663480d6bcd493f0f65ef7797e7d67c --- .gitlab-ci.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4cadb16..9f1699a 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 -- GitLab