47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
|
|
[
|
||
|
|
{
|
||
|
|
"name": "install cert-manager",
|
||
|
|
"function": "RunCommand",
|
||
|
|
"params": [
|
||
|
|
"gcloud/tf/scripts/cert-manager/install_cert-manager.sh"
|
||
|
|
],
|
||
|
|
"retryCount": 0,
|
||
|
|
"shouldAbort": true
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "install traefik",
|
||
|
|
"function": "RunCommand",
|
||
|
|
"params": [
|
||
|
|
"gcloud/tf/scripts/install_traefik.sh"
|
||
|
|
],
|
||
|
|
"retryCount": 0,
|
||
|
|
"shouldAbort": true
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "create forgejo ingress",
|
||
|
|
"function": "RunCommand",
|
||
|
|
"params": [
|
||
|
|
"./gcloud/tf/scripts/forgejo/create_ingress.sh"
|
||
|
|
],
|
||
|
|
"retryCount": 0,
|
||
|
|
"shouldAbort": true
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "create forgejo issuer",
|
||
|
|
"function": "RunCommand",
|
||
|
|
"params": [
|
||
|
|
"./gcloud/tf/scripts/forgejo/create_issuer.sh"
|
||
|
|
],
|
||
|
|
"retryCount": 0,
|
||
|
|
"shouldAbort": true
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"name": "install forgejo",
|
||
|
|
"function": "RunCommand",
|
||
|
|
"params": [
|
||
|
|
"./gcloud/tf/scripts/forgejo/install_forgejo.sh"
|
||
|
|
],
|
||
|
|
"retryCount": 0,
|
||
|
|
"shouldAbort": true
|
||
|
|
}
|
||
|
|
]
|