From d8d2171b120777ba2430128c42899077a6cf16d5 Mon Sep 17 00:00:00 2001 From: Patrick Marsceill Date: Fri, 14 Feb 2020 15:07:00 -0500 Subject: [PATCH] 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"] +}