From 3a4d8cbe8889389bbd7aefd9676f8c12cedf3c52 Mon Sep 17 00:00:00 2001 From: Matthew Elwell Date: Thu, 13 Jul 2023 12:01:46 +0100 Subject: [PATCH] fix: ensure relevant email domains are not sent to Pipedrive (#2431) * Ensure pipedrive domains are ignored * Remove environment var from task processor definition --- .../aws/production/ecs-task-definition-task-processor.json | 4 ---- infrastructure/aws/production/ecs-task-definition-web.json | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/infrastructure/aws/production/ecs-task-definition-task-processor.json b/infrastructure/aws/production/ecs-task-definition-task-processor.json index 16467e1bcdd2..198075b11f70 100644 --- a/infrastructure/aws/production/ecs-task-definition-task-processor.json +++ b/infrastructure/aws/production/ecs-task-definition-task-processor.json @@ -119,10 +119,6 @@ "name": "PIPEDRIVE_API_LEAD_SOURCE_DEAL_FIELD_KEY", "value": "f001193d9249bb49d631d7c2c516ab72f9ebd204" }, - { - "name": "PIPEDRIVE_IGNORE_DOMAINS", - "value": "flagsmith.com,solidstategroup.com,restmail.net,bullettrain.io" - }, { "name": "PIPEDRIVE_LEAD_LABEL_EXISTING_CUSTOMER_ID", "value": "d828a3a0-bf34-11ed-b08d-b12d3497f5c4" diff --git a/infrastructure/aws/production/ecs-task-definition-web.json b/infrastructure/aws/production/ecs-task-definition-web.json index 2bdd1b944184..338d6387f8ed 100644 --- a/infrastructure/aws/production/ecs-task-definition-web.json +++ b/infrastructure/aws/production/ecs-task-definition-web.json @@ -170,6 +170,10 @@ { "name": "AUTO_SEAT_UPGRADE_PLANS", "value": "scale-up,scale-up-v2,scale-up-annual-v2" + }, + { + "name": "PIPEDRIVE_IGNORE_DOMAINS", + "value": "flagsmith.com,solidstategroup.com,restmail.net,bullettrain.io" } ], "secrets": [