From: Christopher Coté Date: Mon, 10 Jan 2022 17:33:44 +0000 (-0500) Subject: add ci file X-Git-Url: http://git.entropealabs.com/?a=commitdiff_plain;h=ceba91fa2e6baec23ddbb96b4b134beff0b4090f;p=photography.git add ci file --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 00000000..b816544f --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,10 @@ +pages: + stage: deploy + script: + - mkdir public + - cp -r www/* public + artifacts: + paths: + - public + only: + - master