From 570144941a60d32bff952a49263224d3edcfb6a5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz>
Date: Wed, 9 Dec 2020 20:53:41 +0100
Subject: [PATCH] Change artifact path

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7b5887f..41c0621 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -2,7 +2,7 @@ image: node:buster
 
 variables:
   SITE_NAME: cf2021.pirati.cz
-  ARTIFACTS_PATH: public
+  ARTIFACTS_PATH: build
   WEBHOOK_URL: https://ha-web.pirati.cz
 
 before_script:
-- 
GitLab