]> pere.pagekite.me Git - text-smell-og-bang-hauge.git/commitdiff
Test proof reading deployment.
authorPetter Reinholdtsen <pere@hungry.com>
Sat, 1 Jan 2022 23:28:35 +0000 (00:28 +0100)
committerPetter Reinholdtsen <pere@hungry.com>
Sat, 1 Jan 2022 23:28:35 +0000 (00:28 +0100)
.gitlab-ci.yml [new file with mode: 0644]
public/index.html [new file with mode: 0644]

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644 (file)
index 0000000..7771185
--- /dev/null
@@ -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 (file)
index 0000000..91650bb
--- /dev/null
@@ -0,0 +1,8 @@
+<html>
+  <head>
+    <title>Smell og bang</title>
+  </head>
+  <body>
+    <h1>Smell og bang</h1>
+  </body>
+</html>