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 +
+
+ + +