aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2019-06-24 10:31:34 +0200
committerJoris2019-06-24 10:31:34 +0200
commit570499f166ce107d2b9a486f2aed2ef9a685514e (patch)
treec204d79f393836749a9fafa7de74dafd9aae381f
parent9ec62069677c520161a5b2c15a3c33438e2ec252 (diff)
downloadcooking-570499f166ce107d2b9a486f2aed2ef9a685514e.tar.gz
cooking-570499f166ce107d2b9a486f2aed2ef9a685514e.tar.bz2
cooking-570499f166ce107d2b9a486f2aed2ef9a685514e.zip
Add see-other gitlab page
-rw-r--r--.gitlab-ci.yml10
-rw-r--r--seeother/index.html11
2 files changed, 21 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..fd4a32d
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,10 @@
+image: alpine:latest
+pages:
+ stage: deploy
+ script:
+ - echo 'Nothing to do...'
+ artifacts:
+ paths:
+ - seeother
+ only:
+ - deploy
diff --git a/seeother/index.html b/seeother/index.html
new file mode 100644
index 0000000..955d2c4
--- /dev/null
+++ b/seeother/index.html
@@ -0,0 +1,11 @@
+<html>
+ <head>
+ <meta charset="utf-8">
+ </head>
+ <body>
+ <p>
+ This website has moved to
+ <a href="https://cooking.guyonvarch.me">https://cooking.guyonvarch.me</a>
+ </p>
+ </body>
+</html>