diff --git a/ci/properties/aws.properties.json b/ci/properties/aws.properties.json index 2988e7c..3693743 100644 --- a/ci/properties/aws.properties.json +++ b/ci/properties/aws.properties.json @@ -2,5 +2,5 @@ "name": "Deploy to Amazon ECS", "description": "Deploy a container to an Amazon ECS service powered by AWS Fargate or Amazon EC2.", "iconName": "aws", - "categories": null -} \ No newline at end of file + "categories": ["Dockerfile"] +} diff --git a/ci/properties/azure.properties.json b/ci/properties/azure.properties.json index ba92f6f..8ccdc38 100644 --- a/ci/properties/azure.properties.json +++ b/ci/properties/azure.properties.json @@ -2,5 +2,5 @@ "name": "Deploy Node.js to Azure Web App", "description": "Build a Node.js project and deploy it to an Azure Web App.", "iconName": "azure", - "categories": null -} \ No newline at end of file + "categories": ["JavaScript"] +} diff --git a/ci/properties/google.properties.json b/ci/properties/google.properties.json index dee44b9..5590cec 100644 --- a/ci/properties/google.properties.json +++ b/ci/properties/google.properties.json @@ -2,5 +2,5 @@ "name": "Build and Deploy to GKE", "description": "Build a docker container, publish it to Google Container Registry, and deploy to GKE.", "iconName": "googlegke", - "categories": null -} \ No newline at end of file + "categories": ["Dockerfile"] +}