From d82cfdff499ccb2f5d6251a9f8e1a067c9b0304c Mon Sep 17 00:00:00 2001 From: icechen Date: Wed, 5 Jan 2022 00:53:38 +0800 Subject: [PATCH] update --- go_handler/go_handler_template/go_api_production_pipeline.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go_handler/go_handler_template/go_api_production_pipeline.go b/go_handler/go_handler_template/go_api_production_pipeline.go index 9ec41f4..a0e51f9 100644 --- a/go_handler/go_handler_template/go_api_production_pipeline.go +++ b/go_handler/go_handler_template/go_api_production_pipeline.go @@ -43,7 +43,7 @@ steps: - image=reg.icechen.cn/{{ .NameSpace }}/api-{{ .Name }} - imageTag=${DRONE_TAG} - port={{ .Port }} - - host=t{{ .Host }} + - host={{ .Host }} - path={{ .Path }} volumes: