From 67a10bb7c2de9c2c13350363a53973666f7c0855 Mon Sep 17 00:00:00 2001 From: Andrei Isvoran Date: Fri, 1 Mar 2024 15:32:14 +0200 Subject: [PATCH] test publish stuff --- .gitlab-ci.yml | 11 +++++++++++ redaction-service-v1/index.html | 22 ++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 redaction-service-v1/index.html diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f7f7901..5a322ccf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,3 +21,14 @@ deploy: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH =~ /^release/ - if: $CI_COMMIT_TAG + +pages: + stage: build + tags: + - dind + script: + - mkdir public + - mv redaction-service-v1/index public/ + artifacts: + paths: + - public diff --git a/redaction-service-v1/index.html b/redaction-service-v1/index.html new file mode 100644 index 00000000..46ab20a4 --- /dev/null +++ b/redaction-service-v1/index.html @@ -0,0 +1,22 @@ + + + + + + Dummy Page + + +
+

Welcome to the Dummy Page

+
+
+
+

This is a simple HTML page created as a placeholder or for testing purposes. You can add more content and styles to expand it.

+ Visit Example +
+
+ + +