cicd: added hublunderworld federation

This commit is contained in:
plup 2021-04-13 18:52:27 +02:00
parent 1b4b42b2b3
commit a9366cd49f
1 changed files with 9 additions and 2 deletions

View File

@ -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: