-
Notifications
You must be signed in to change notification settings - Fork 27
/
workflow.config.json
38 lines (38 loc) · 1.32 KB
/
workflow.config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"cloud-deploy-to-cloud-run": {
"starter": false,
"type": "deployments",
"workflowPath": "workflows/create-cloud-deploy-release/cloud-deploy-to-cloud-run.yml",
"propertiesPath": "properties/cloud-deploy-to-cloud-run.properties.json"
},
"cloudrun-declarative": {
"starter": false,
"type": "deployments",
"workflowPath": "workflows/deploy-cloudrun/cloudrun-declarative.yml",
"propertiesPath": "properties/cloudrun-declarative.properties.json"
},
"cloudrun-docker": {
"starter": true,
"type": "deployments",
"workflowPath": "workflows/deploy-cloudrun/cloudrun-docker.yml",
"propertiesPath": "properties/cloudrun-docker.properties.json"
},
"cloudrun-source": {
"starter": true,
"type": "deployments",
"workflowPath": "workflows/deploy-cloudrun/cloudrun-source.yml",
"propertiesPath": "properties/cloudrun-source.properties.json"
},
"cloudrun-buildpacks": {
"starter": true,
"type": "deployments",
"workflowPath": "workflows/deploy-cloudrun/cloudrun-buildpacks.yml",
"propertiesPath": "properties/cloudrun-buildpacks.properties.json"
},
"gke-build-deploy": {
"starter": true,
"type": "deployments",
"workflowPath": "workflows/get-gke-credentials/gke-build-deploy.yml",
"propertiesPath": "properties/gke-build-deploy.properties.json"
}
}