From 6a11d9ffdc581b0481d66448e44b176ad05644b2 Mon Sep 17 00:00:00 2001 From: Petter Reinholdtsen Date: Sun, 2 Jan 2022 00:28:35 +0100 Subject: [PATCH] Test proof reading deployment. --- .gitlab-ci.yml | 14 ++++++++++++++ public/index.html | 8 ++++++++ 2 files changed, 22 insertions(+) create mode 100644 .gitlab-ci.yml create mode 100644 public/index.html diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..7771185 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,14 @@ +# Try to make files available from +# https://petterreinholdtsen.gitlab.io/smell-og-bang-hauge/ +# Based on https://gitlab.com/pages/plain-html + +image: alpine:latest +pages: + stage: deploy + script: + - echo 'Nothing to do...' + artifacts: + paths: + - public + only: + - master diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..91650bb --- /dev/null +++ b/public/index.html @@ -0,0 +1,8 @@ + + + Smell og bang + + +

Smell og bang

+ + -- 2.47.2