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