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 }} {{ 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:

View File

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