cicd: added hublunderworld federation
This commit is contained in:
parent
1b4b42b2b3
commit
a9366cd49f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user