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 }}
|
||||
- host={{ .Host }}
|
||||
{{ else }}
|
||||
- host=api.zeus.seamlesser.com
|
||||
- host=api.seamlesser.com
|
||||
{{ end }}
|
||||
{{ if .Path }}
|
||||
- path={{ .Path }}
|
||||
{{ else }}
|
||||
- path=/{{ .NameSpace }}/{{ .Name }}
|
||||
- path=/{{ .NameSpace }}/{{ .Name }}/?(.*)
|
||||
{{ end }}
|
||||
|
||||
volumes:
|
||||
|
|
|
@ -46,12 +46,12 @@ steps:
|
|||
{{ if .Host }}
|
||||
- host=t{{ .Host }}
|
||||
{{ else }}
|
||||
- host=tapi.zeus.seamlesser.com
|
||||
- host=tapi.seamlesser.com
|
||||
{{ end }}
|
||||
{{ if .Path }}
|
||||
- path={{ .Path }}
|
||||
{{ else }}
|
||||
- path=/{{ .NameSpace }}/{{ .Name }}
|
||||
- path=/{{ .NameSpace }}/{{ .Name }}/?(.*)
|
||||
{{ end }}
|
||||
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue