Skip to content

Commit

Permalink
fix: ensure relevant email domains are not sent to Pipedrive (#2431)
Browse files Browse the repository at this point in the history
* Ensure pipedrive domains are ignored

* Remove environment var from task processor definition
  • Loading branch information
matthewelwell committed Jul 13, 2023
1 parent 1a636cb commit 3a4d8cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -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"
Expand Down
4 changes: 4 additions & 0 deletions infrastructure/aws/production/ecs-task-definition-web.json
Expand Up @@ -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": [
Expand Down

3 comments on commit 3a4d8cb

@vercel
Copy link

@vercel vercel bot commented on 3a4d8cb Jul 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs-git-main-flagsmith.vercel.app
docs-flagsmith.vercel.app
docs.flagsmith.com
docs.bullet-train.io

@vercel
Copy link

@vercel vercel bot commented on 3a4d8cb Jul 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 3a4d8cb Jul 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.