]> Entropealabs - photography.git/commitdiff
add ci file
authorChristopher Coté <chris@entropealabs.com>
Mon, 10 Jan 2022 17:33:44 +0000 (12:33 -0500)
committerChristopher Coté <chris@entropealabs.com>
Mon, 10 Jan 2022 17:33:44 +0000 (12:33 -0500)
.gitlab-ci.yml [new file with mode: 0644]

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644 (file)
index 0000000..b816544
--- /dev/null
@@ -0,0 +1,10 @@
+pages:
+  stage: deploy
+  script:
+    - mkdir public
+    - cp -r www/* public
+  artifacts:
+    paths:
+      - public
+  only:
+    - master