Skip to content

Commit

Permalink
fix(seat-upgrades): Allow auto seat upgrades for new scaleup plan (#2809
Browse files Browse the repository at this point in the history
)
  • Loading branch information
gagantrivedi committed Sep 28, 2023
1 parent 929afeb commit 1cada3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion infrastructure/aws/production/ecs-task-definition-web.json
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
},
{
"name": "AUTO_SEAT_UPGRADE_PLANS",
"value": "scale-up-12-months-v2-gbp,scale-up-12-months-v2-eur,scale-up-12-months-v2,scale-up-quarterly-v2-semiannual,scale-up-quarterly-v2,scale-up-v2"
"value": "scale-up-12-months-v2-gbp,scale-up-12-months-v2-eur,scale-up-12-months-v2,scale-up-quarterly-v2-semiannual,scale-up-quarterly-v2,scale-up-v2,scale-up-24-months-v2"
},
{
"name": "PIPEDRIVE_IGNORE_DOMAINS",
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/aws/staging/ecs-task-definition-web.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
},
{
"name": "AUTO_SEAT_UPGRADE_PLANS",
"value": "scale-up,scale-up-v2,scale-up-annual-v2"
"value": "scale-up,scale-up-v2,scale-up-annual-v2,scale-up-24-months-v2"
},
{
"name": "USE_POSTGRES_FOR_ANALYTICS",
Expand Down

3 comments on commit 1cada3c

@vercel
Copy link

@vercel vercel bot commented on 1cada3c Sep 28, 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 1cada3c Sep 28, 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 1cada3c Sep 28, 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-flagsmith.vercel.app
docs-git-main-flagsmith.vercel.app
docs.bullet-train.io
docs.flagsmith.com

Please sign in to comment.