fix: 默认域名
continuous-integration/drone/push Build is passing Details

master
icechen 2022-01-05 17:18:19 +08:00
parent 3bbe609404
commit af962cc698
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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: