From 4fb2a1dd1ad837173b10d2599bd388a17d57066f Mon Sep 17 00:00:00 2001
From: Jean-Baptiste Pasquier <contact@jbpasquier.eu>
Date: Thu, 11 Jun 2020 18:29:10 +0000
Subject: [PATCH] fix: environment name for community hubl

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7175ec8d..01e739e6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -268,7 +268,7 @@ volumes:
 volumes:
   stage: deployment
   environment:
-    name: community-hubl
+    name: communityhubl
     url: https://community.hubl.world
   before_script:
     - npm ci --cache .npm --prefer-offline --only=production
-- 
GitLab