mdapi: build on the production OpenShift
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
0ddd5823f8
commit
41a2f75dbb
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
- name: make the app be real
|
||||
hosts: os-masters-stg[0]
|
||||
hosts: os-masters-stg[0]:os-masters
|
||||
user: root
|
||||
gather_facts: False
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ spec:
|
|||
git:
|
||||
uri: https://pagure.io/mdapi.git
|
||||
{% if env == 'staging' %}
|
||||
ref: "master"
|
||||
ref: "staging"
|
||||
{% else %}
|
||||
ref: "production"
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue