Added deploy section
parent
05228a8fbc
commit
7fa1d0f55d
|
|
@ -16,5 +16,5 @@
|
||||||
"output_folder": "^/build",
|
"output_folder": "^/build",
|
||||||
"output_name": "golang_linux.ps1"
|
"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