update
continuous-integration/drone/push Build is passing Details

master
icechen 2022-01-04 23:56:22 +08:00
parent fd2b2d4947
commit f3fd3c06d2
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ steps:
chart: ./{{ .Root }}/deploy chart: ./{{ .Root }}/deploy
release: api-{{ .Name }}-test release: api-{{ .Name }}-test
wait: true wait: true
namespace: {{ .NameSpace }} namespace: {{ .NameSpace }}-test
values: values:
- nameSpace={{ .NameSpace }}-test - nameSpace={{ .NameSpace }}-test
- aliasName={{ .AliasName }} - aliasName={{ .AliasName }}

View File

@ -38,7 +38,7 @@ steps:
wait: true wait: true
namespace: {{ .NameSpace }}-test namespace: {{ .NameSpace }}-test
values: values:
- nameSpace={{ .NameSpace }} - nameSpace={{ .NameSpace }}-test
- aliasName={{ .AliasName }} - aliasName={{ .AliasName }}
- image=reg.icechen.cn/{{ .NameSpace }}/service-{{ .Name }} - image=reg.icechen.cn/{{ .NameSpace }}/service-{{ .Name }}
- imageTag=${DRONE_COMMIT:0:8} - imageTag=${DRONE_COMMIT:0:8}