From 0649a305412d69c85dbc85cae80c7702adc1f729 Mon Sep 17 00:00:00 2001
From: plup <plup@plup.io>
Date: Fri, 1 Oct 2021 11:34:01 +0200
Subject: [PATCH] cicd: updated group name

---
 .gitlab-ci.yml | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 87f6ee1b..6f10fec2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -139,15 +139,7 @@ publish:
 
 ## LIVE DEPLOYMENTS ##
 
-hublworld:
-  extends: .ansible
-  variables:
-    ANSIBLE_INVENTORY: inventory/prd
-  only:
-    - master
-  when: manual
-
-hublunderworld:
+hubl:
   extends: .ansible
   variables:
     ANSIBLE_INVENTORY: inventory/prd
-- 
GitLab