Skip to content

Commit

Permalink
Enable pipedrive lead tracking in production (#1728)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell authored Dec 2, 2022
1 parent 6bb5a94 commit 02e80eb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,18 @@
{
"name": "SSE_SERVER_BASE_URL",
"value": "https://origin.realtime.flagsmith.com"
},
{
"name": "PIPEDRIVE_SIGN_UP_TYPE_DEAL_FIELD_KEY",
"value": "ab20826fa9dce795b0f078fed778b8dbdf89fe01"
},
{
"name": "PIPEDRIVE_DOMAIN_ORGANIZATION_FIELD_KEY",
"value": "66f192b2d9660f1472d9a238133be6f78fb7cf93"
},
{
"name": "PIPEDRIVE_BASE_API_URL",
"value": "https://bullettrain2.pipedrive.com/api/v1"
}
],
"secrets": [
Expand Down Expand Up @@ -154,6 +166,10 @@
{
"name": "SSE_AUTHENTICATION_TOKEN",
"valueFrom": "arn:aws:secretsmanager:eu-west-2:084060095745:secret:ECS-API-LxUiIQ:SSE_AUTHENTICATION_TOKEN::"
},
{
"name": "PIPEDRIVE_API_TOKEN",
"valueFrom": "arn:aws:secretsmanager:eu-west-2:084060095745:secret:ECS-API-LxUiIQ:PIPEDRIVE_API_TOKEN::"
}
],
"logConfiguration": {
Expand Down
4 changes: 4 additions & 0 deletions infrastructure/aws/production/ecs-task-definition-web.json
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@
{
"name": "SSE_SERVER_BASE_URL",
"value": "https://origin.realtime.flagsmith.com"
},
{
"name": "ENABLE_PIPEDRIVE_LEAD_TRACKING",
"value": "True"
}
],
"secrets": [
Expand Down

0 comments on commit 02e80eb

Please sign in to comment.