Added deploy section
parent
05228a8fbc
commit
7fa1d0f55d
|
|
@ -3,18 +3,18 @@
|
|||
"description": "golang build templates",
|
||||
"templates": [
|
||||
{
|
||||
"engine": "golang",
|
||||
"engine": "golang",
|
||||
"folder": "{{.SelfFolder}}/definitions/{{.TemplateName}}",
|
||||
"file_name": "build_win.tmpl",
|
||||
"output_folder": "^/build",
|
||||
"output_name": "golang_windows.ps1"
|
||||
},
|
||||
{
|
||||
"engine": "golang",
|
||||
"folder": "{{.SelfFolder}}/definitions/{{.TemplateName}}",
|
||||
"file_name": "build_linux.tmpl",
|
||||
"output_folder": "^/build",
|
||||
"output_name": "golang_linux.ps1"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"engine": "golang",
|
||||
"folder": "{{.SelfFolder}}/definitions/{{.TemplateName}}",
|
||||
"file_name": "build_linux.tmpl",
|
||||
"output_folder": "^/build",
|
||||
"output_name": "golang_linux.ps1"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "kong",
|
||||
"description": "kong gateway template",
|
||||
"templates": [
|
||||
{
|
||||
"engine": "",
|
||||
"folder": "{{.SelfFolder}}/definitions/{{.TemplateName}}",
|
||||
"file_name": "kong.yml.tmpl",
|
||||
"output_folder": "^/build",
|
||||
"output_name": "kong.yml"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "traefik",
|
||||
"description": "traefik template",
|
||||
"templates": [
|
||||
{
|
||||
"engine": "",
|
||||
"folder": "{{.SelfFolder}}/definitions/{{.TemplateName}}",
|
||||
"file_name": "traefik.yml.tmpl",
|
||||
"output_folder": "^/build",
|
||||
"output_name": "traefik.yml"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue