Skip to content

Commit

Permalink
Merge pull request #529 from supabase/chore/1.1.70_us-east-2
Browse files Browse the repository at this point in the history
chore: hard release 1.1.70 on prod in us-east-2
  • Loading branch information
hauleth authored Dec 23, 2024
2 parents fd729e9 + fa0d934 commit 48767cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/upgrade/prod.config
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[
{upgrade_from, "2.0.0"},
{upgrade_to, "1.1.69"},
{upgrade_to, "1.1.70"},
% list() | [<<"all">>]
{regions, [<<"ap-northeast-1">>, <<"ap-south-1">>, <<"ap-southeast-2">>, <<"eu-north-1">>, <<"eu-west-1">>]},
{regions, [<<"us-east-2">>]},
% :soft | :hard
{type, hard}
].
Expand Down

0 comments on commit 48767cc

Please sign in to comment.