From 974c8ee1b3fff22cb2ef1be69ffb618be7eb42b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Sun, 18 Aug 2019 02:29:47 +0000 Subject: [PATCH] Update .gitlab-ci.yml (pages) --- .gitlab-ci.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 493e4ef..70ebbed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -95,6 +95,24 @@ deploy:resourcepack: - resourcepack/**/* - resourcepack/* - .gitlab-ci.yml + +pages: + stage: deploy + script: + - mkdir public + - mv resourcepack-out/resourcepack.zip public/dodsorfas_resources.zip + artifacts: + paths: + - public + only: + refs: + - master + changes: + - resourcepack/**/* + - resourcepack/* + - .gitlab-ci.yml + + restart: stage: restart