mdapi: build on the production OpenShift

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2019-05-06 11:26:28 +02:00
parent 0ddd5823f8
commit 41a2f75dbb
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -9,7 +9,7 @@ spec:
git:
uri: https://pagure.io/mdapi.git
{% if env == 'staging' %}
ref: "master"
ref: "staging"
{% else %}
ref: "production"
{% endif %}