whatcanidoforfedora: Use the stg route openshift route when env == staging
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
8af58fdb8f
commit
ae12dbb448
1 changed files with 2 additions and 1 deletions
|
@ -38,9 +38,10 @@
|
||||||
- role: openshift/route
|
- role: openshift/route
|
||||||
app: asknot
|
app: asknot
|
||||||
routename: asknot
|
routename: asknot
|
||||||
host: "{{ env_suffix }}.whatcanidoforfedora.org"
|
host: "stg.whatcanidoforfedora.org"
|
||||||
serviceport: 8080-tcp
|
serviceport: 8080-tcp
|
||||||
servicename: asknot
|
servicename: asknot
|
||||||
|
when: env == "staging"
|
||||||
|
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: asknot
|
app: asknot
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue