Skip to content

Commit

Permalink
chore(hubspot): add hubspot variables (#3521)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewelwell authored Mar 5, 2024
1 parent a3eade7 commit f344649
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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": {
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 @@ -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": [
Expand Down

0 comments on commit f344649

Please sign in to comment.