From a9366cd49fd281f0a03b8d9e926657c4175864cf Mon Sep 17 00:00:00 2001
From: plup <plup@plup.io>
Date: Tue, 13 Apr 2021 18:52:27 +0200
Subject: [PATCH] cicd: added hublunderworld federation

---
 .gitlab-ci.yml | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 44304c50..bd57ae6f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,7 @@ stages:
  - integration
  - acceptance
  - release
- - deployment
+ - deploy
 
 # default image for jobs
 default:
@@ -141,7 +141,14 @@ publish:
 
 hublworld:
   extends: .ansible
-  stage: deployment
+  variables:
+    ANSIBLE_INVENTORY: inventory/prd
+  only:
+    - master
+  when: manual
+
+hublunderworld:
+  extends: .ansible
   variables:
     ANSIBLE_INVENTORY: inventory/prd
   only:
-- 
GitLab