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
|
- name: make the app be real
|
||||||
hosts: os-masters-stg[0]
|
hosts: os-masters-stg[0]:os-masters
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ spec:
|
||||||
git:
|
git:
|
||||||
uri: https://pagure.io/mdapi.git
|
uri: https://pagure.io/mdapi.git
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
ref: "master"
|
ref: "staging"
|
||||||
{% else %}
|
{% else %}
|
||||||
ref: "production"
|
ref: "production"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue