From fa0d93410ed35eb360ec700dedf2c13cf7a005d4 Mon Sep 17 00:00:00 2001 From: Stas Date: Mon, 23 Dec 2024 12:39:56 +0100 Subject: [PATCH] chore: hard release 1.1.70 on prod in us-east-2 --- deploy/upgrade/prod.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/upgrade/prod.config b/deploy/upgrade/prod.config index a9a0ce3d..68ac9b43 100644 --- a/deploy/upgrade/prod.config +++ b/deploy/upgrade/prod.config @@ -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} ].