deployment as a category in properties.json

This commit is contained in:
aparna-ravindra
2021-08-23 11:00:59 +05:30
parent 216e9acdac
commit 671fc9a635
10 changed files with 27 additions and 14 deletions
+1 -1
View File
@@ -3,5 +3,5 @@
"description": "Build a docker container, publish it to Google Container Registry, and deploy to GKE.",
"creator": "Google Cloud",
"iconName": "googlegke",
"categories": null
"categories": ["deployment"]
}