From d8d2171b120777ba2430128c42899077a6cf16d5 Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Fri, 14 Feb 2020 15:07:00 -0500 Subject: [PATCH 1/5] Update aws.properties.json --- ci/properties/aws.properties.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/properties/aws.properties.json b/ci/properties/aws.properties.json index 2988e7c..a8132dc 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": ["Docker"] +} From 4d107f13f7dd13c2585930c033834385395acef8 Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Fri, 14 Feb 2020 15:08:30 -0500 Subject: [PATCH 2/5] Update azure.properties.json --- ci/properties/azure.properties.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"] +} From 8088828c3924b371bca419dba9df42acaeb97f8e Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Fri, 14 Feb 2020 15:09:04 -0500 Subject: [PATCH 3/5] Update google.properties.json --- ci/properties/google.properties.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/properties/google.properties.json b/ci/properties/google.properties.json index dee44b9..877e239 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": ["Docker"] +} From d9321333786d559e00c8e2c9e330d05ced0cd4d3 Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Fri, 14 Feb 2020 15:09:41 -0500 Subject: [PATCH 4/5] Update google.properties.json --- ci/properties/google.properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/properties/google.properties.json b/ci/properties/google.properties.json index 877e239..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": ["Docker"] + "categories": ["Dockerfile"] } From e6a211ee2a44b98f6f1e42c1d33a54683b45e48c Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Fri, 14 Feb 2020 15:10:10 -0500 Subject: [PATCH 5/5] Update ci/properties/aws.properties.json --- ci/properties/aws.properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/properties/aws.properties.json b/ci/properties/aws.properties.json index a8132dc..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": ["Docker"] + "categories": ["Dockerfile"] }