fix: 默认域名
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
3bbe609404
commit
af962cc698
|
@ -46,12 +46,12 @@ steps:
|
||||||
{{ if .Host }}
|
{{ if .Host }}
|
||||||
- host={{ .Host }}
|
- host={{ .Host }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
- host=api.zeus.seamlesser.com
|
- host=api.seamlesser.com
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if .Path }}
|
{{ if .Path }}
|
||||||
- path={{ .Path }}
|
- path={{ .Path }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
- path=/{{ .NameSpace }}/{{ .Name }}
|
- path=/{{ .NameSpace }}/{{ .Name }}/?(.*)
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -46,12 +46,12 @@ steps:
|
||||||
{{ if .Host }}
|
{{ if .Host }}
|
||||||
- host=t{{ .Host }}
|
- host=t{{ .Host }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
- host=tapi.zeus.seamlesser.com
|
- host=tapi.seamlesser.com
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if .Path }}
|
{{ if .Path }}
|
||||||
- path={{ .Path }}
|
- path={{ .Path }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
- path=/{{ .NameSpace }}/{{ .Name }}
|
- path=/{{ .NameSpace }}/{{ .Name }}/?(.*)
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue