Skip to content
Snippets Groups Projects
Commit a9366cd4 authored by plup's avatar plup
Browse files

cicd: added hublunderworld federation

parent 1b4b42b2
No related branches found
No related tags found
No related merge requests found
Pipeline #10888 passed with stages
in 6 minutes and 4 seconds
...@@ -5,7 +5,7 @@ stages: ...@@ -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: ...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment