whatcanidoforfedora: Use the stg route openshift route when env == staging

Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
Clement Verna 2019-01-08 20:04:33 +01:00
parent 8af58fdb8f
commit ae12dbb448

View file

@ -38,9 +38,10 @@
- role: openshift/route
app: asknot
routename: asknot
host: "{{ env_suffix }}.whatcanidoforfedora.org"
host: "stg.whatcanidoforfedora.org"
serviceport: 8080-tcp
servicename: asknot
when: env == "staging"
- role: openshift/object
app: asknot