X-Git-Url: https://git.r.bdr.sh/rbdr/dead-drop/blobdiff_plain/b0b2aee1145b50a58c22d39627df717d45c6338f..79056945102cec8f6d4d39383aad81f03ff318cb:/.gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..39589ea --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,14 @@ +image: node:8 + +stages: + - deploy + +pages: + stage: deploy + script: + - mv pages public + artifacts: + paths: + - public + only: + - master