From f344649f7511f93ac4376d492c63c2d72c74bed7 Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Tue, 5 Mar 2024 09:46:30 +0000 Subject: [PATCH] chore(hubspot): add hubspot variables (#3521) --- .../ecs-task-definition-task-processor.json | 12 ++++++++++++ .../aws/production/ecs-task-definition-web.json | 4 ++++ 2 files changed, 16 insertions(+) diff --git a/infrastructure/aws/production/ecs-task-definition-task-processor.json b/infrastructure/aws/production/ecs-task-definition-task-processor.json index 1eadf52c307c..419e4692b02b 100644 --- a/infrastructure/aws/production/ecs-task-definition-task-processor.json +++ b/infrastructure/aws/production/ecs-task-definition-task-processor.json @@ -140,6 +140,14 @@ { "name": "TASK_DELETE_RETENTION_DAYS", "value": "45" + }, + { + "name": "ENABLE_HUBSPOT_LEAD_TRACKING", + "value": "True" + }, + { + "name": "HUBSPOT_IGNORE_DOMAINS", + "value": "flagsmith.com,solidstategroup.com,restmail.net,bullettrain.io,flagsmithe2etestdomain.io" } ], "secrets": [ @@ -194,6 +202,10 @@ { "name": "PIPEDRIVE_API_TOKEN", "valueFrom": "arn:aws:secretsmanager:eu-west-2:084060095745:secret:ECS-API-LxUiIQ:PIPEDRIVE_API_TOKEN::" + }, + { + "name": "HUBSPOT_ACCESS_TOKEN", + "valueFrom": "arn:aws:secretsmanager:eu-west-2:084060095745:secret:ECS-API-LxUiIQ:HUBSPOT_ACCESS_TOKEN::" } ], "logConfiguration": { diff --git a/infrastructure/aws/production/ecs-task-definition-web.json b/infrastructure/aws/production/ecs-task-definition-web.json index 9bddfe41bda4..c3db271206ac 100644 --- a/infrastructure/aws/production/ecs-task-definition-web.json +++ b/infrastructure/aws/production/ecs-task-definition-web.json @@ -178,6 +178,10 @@ { "name": "PIPEDRIVE_IGNORE_DOMAINS", "value": "flagsmith.com,solidstategroup.com,restmail.net,bullettrain.io,flagsmithe2etestdomain.io" + }, + { + "name": "ENABLE_HUBSPOT_LEAD_TRACKING", + "value": "True" } ], "secrets": [