From 6c43b90f4ac8ae47cd26076db44e912891673e77 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 6 Apr 2020 23:50:20 +0200 Subject: Add the page and deploy --- .gitlab-ci.yml | 15 +++++++ index.html | 140 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 155 insertions(+) create mode 100644 .gitlab-ci.yml create mode 100644 index.html diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..a02dc1c --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,15 @@ +image: alpine + +stages: + - deploy + +pages: + stage: deploy + script: + - mkdir public + - cp index.html public + artifacts: + paths: + - public + only: + - master diff --git a/index.html b/index.html new file mode 100644 index 0000000..077a8e0 --- /dev/null +++ b/index.html @@ -0,0 +1,140 @@ + + + + + + + + + + + Help me decide what to do during quarantine + + + + +

Help me decide what to do during quarantine

+

Vote on the recommendations, or add one.

+ +

Add a recommendation

+
+

+ + +

+ +
+ + -- cgit