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 - integration
- acceptance - acceptance
- release - release
- deployment - deploy
# default image for jobs # default image for jobs
default: default:
@ -141,7 +141,14 @@ publish:
hublworld: hublworld:
extends: .ansible extends: .ansible
stage: deployment variables:
ANSIBLE_INVENTORY: inventory/prd
only:
- master
when: manual
hublunderworld:
extends: .ansible
variables: variables:
ANSIBLE_INVENTORY: inventory/prd ANSIBLE_INVENTORY: inventory/prd
only: only: