diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..fb9afc2 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +pages: + stage: deploy + script: + - cp index.html public + artifacts: + paths: + - public + only: + - master diff --git a/public/index.html b/index.html similarity index 100% rename from public/index.html rename to index.html