From 7e14d7545918b9167dd65bea8da454d2e389df5b Mon Sep 17 00:00:00 2001 From: GitLab Date: Thu, 2 Nov 2023 17:48:06 +0100 Subject: Initialized from 'Pages/Plain HTML' project template Template repository: https://gitlab.com/pages/plain-html Commit SHA: 396503239588706482b3fc6e91009183271d46dd --- .gitlab-ci.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .gitlab-ci.yml (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..9f1699a --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,14 @@ +# 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 -- cgit v1.2.3