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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue