update
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-01-02 04:04:59 +08:00
parent 62ab81441d
commit 3ae0366da0
5 changed files with 5 additions and 6 deletions
@@ -3,7 +3,7 @@ package go_handler_template
const ApiProductionPipeline = `
kind: pipeline
type: docker
name: 部署{{ .Name }}
name: 部署production-api-{{ .Name }}
steps:
- name: build
@@ -3,7 +3,7 @@ package go_handler_template
const ApiTestPipeline = `
kind: pipeline
type: docker
name: 部署{{ .Name }}
name: 部署test-api-{{ .Name }}
steps:
- name: build
@@ -3,7 +3,7 @@ package go_handler_template
const ServiceProductionPipeline = `
kind: pipeline
type: docker
name: 部署{{ .Name }}
name: 部署production-service-{{ .Name }}
steps:
- name: build
@@ -3,7 +3,7 @@ package go_handler_template
const ServiceTestPipeline = `
kind: pipeline
type: docker
name: 部署{{ .Name }}
name: 部署test-service-{{ .Name }}
steps:
- name: build