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": "Deploy a container to an Amazon ECS service powered by AWS Fargate or Amazon EC2.",
"creator": "Amazon Web Services",
"iconName": "aws",
"categories": null
"categories": ["deployment"]
}