From 7a7feeba46449c8196a36d9e43ccae049f6cfc8c Mon Sep 17 00:00:00 2001 From: Ashwin Sangem Date: Fri, 17 Sep 2021 04:12:44 +0000 Subject: [PATCH] Added Node to Azure, AWS Templates for bug_bash --- deployments/properties/aws.properties.json | 2 +- deployments/properties/azure.properties.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deployments/properties/aws.properties.json b/deployments/properties/aws.properties.json index 10a7ed3..7e4b4bb 100644 --- a/deployments/properties/aws.properties.json +++ b/deployments/properties/aws.properties.json @@ -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": ["Deployment"] + "categories": ["Deployment", "JavaScript", "npm"] } \ No newline at end of file diff --git a/deployments/properties/azure.properties.json b/deployments/properties/azure.properties.json index 99e72b8..80cc66b 100644 --- a/deployments/properties/azure.properties.json +++ b/deployments/properties/azure.properties.json @@ -3,5 +3,5 @@ "description": "[Test Partner]Build a Node.js project and deploy it to an Azure Web App.", "creator": "Microsoft Azure", "iconName": "azure", - "categories": ["Deployment"] + "categories": ["Deployment", "JavaScript", "npm"] } \ No newline at end of file