From ff80395e9663480d6bcd493f0f65ef7797e7d67c Mon Sep 17 00:00:00 2001 From: Leif Linus Gittel <leif.gittel@protonmail.com> Date: Fri, 7 Feb 2025 12:39:26 +0100 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f1699a..4cadb16 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,14 +1,2 @@ -# 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 +# The Docker image that will be used to build your app +image: alpine:latest -- GitLab