Publish EUnit/CT HTML reports to ci-reports host.
Refs EventHub/EventHubBack#62
This commit is contained in:
@@ -116,6 +116,17 @@ http:
|
||||
tls: true
|
||||
service: "client-ui-service"
|
||||
|
||||
ci-reports:
|
||||
rule: "Host(`ci-reports.dev.eventhub.local`)"
|
||||
entryPoints: ["web"]
|
||||
middlewares: ["redirect-to-https"]
|
||||
service: "ci-reports"
|
||||
ci-reports-secure:
|
||||
rule: "Host(`ci-reports.dev.eventhub.local`)"
|
||||
entryPoints: ["websecure"]
|
||||
tls: true
|
||||
service: "ci-reports"
|
||||
|
||||
services:
|
||||
api:
|
||||
failover:
|
||||
@@ -172,3 +183,8 @@ http:
|
||||
loadbalancer:
|
||||
servers:
|
||||
- url: "http://client-ui:80"
|
||||
|
||||
ci-reports:
|
||||
loadbalancer:
|
||||
servers:
|
||||
- url: "http://ci-reports:80"
|
||||
|
||||
Reference in New Issue
Block a user