Skip to content

Commit

Permalink
Merge pull request #530 from supabase/chore/1.1.70_euc1_use1_usw1
Browse files Browse the repository at this point in the history
chore: hard release 1.1.70 on prod in euc1, use1, usw1
  • Loading branch information
abc3 authored Dec 23, 2024
2 parents 48767cc + acaf88e commit f53b03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/upgrade/prod.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{upgrade_from, "2.0.0"},
{upgrade_to, "1.1.70"},
% list() | [<<"all">>]
{regions, [<<"us-east-2">>]},
{regions, [<<"eu-central-1">>, <<"us-east-1">>, <<"us-west-1">>]},
% :soft | :hard
{type, hard}
].
Expand Down

0 comments on commit f53b03a

Please sign in to comment.