diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..20cc7aa --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,16 @@ +stages: + - deploy +deploy: + stage: deploy + before_script: + - git submodule update --init + script: + - /usr/local/bin/deploy-site www.phylactery.ca ./ + - /usr/local/bin/deploy-site www.phylactery.xyz ./ + artifacts: + when: on_failure + paths: + - public + expire_in: 5 min + only: + - master diff --git a/index.html b/index.html new file mode 100644 index 0000000..2eab58a --- /dev/null +++ b/index.html @@ -0,0 +1,30 @@ + + +Your Online Phylactery + + +
+ +
+ + diff --git a/lich.png b/lich.png new file mode 100644 index 0000000..7c06302 Binary files /dev/null and b/lich.png differ