From 07d0696b7796fffcf3b2cf73b87dc8ce8d626c7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andrej=20Rama=C5=A1euski?= <andrej@x2.cz> Date: Wed, 30 Aug 2023 22:14:50 +0200 Subject: [PATCH] Newest node, change sitename --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 195ebaa..c54812e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,8 @@ -image: node:14.13 +image: node:16-slim variables: - SITE_NAME: cf2021.pirati.cz + SITE_NAME: cf2023.online + ARTIFACTS_PATH: build REACT_APP_API_BASE_URL: /api WEBHOOK_URL: https://ha-web.pirati.cz -- GitLab