From 5b8d6bdc2fc770edee1fa1e62b34eb944c785f65 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Bigourdan <10694593+PyvesB@users.noreply.github.com> Date: Sun, 5 May 2024 21:43:07 +0200 Subject: [PATCH] Update region flag name in flyctl deploy command (#10134) --- .github/scripts/deploy-review-app.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/deploy-review-app.sh b/.github/scripts/deploy-review-app.sh index 29c8a197a3..2111508022 100755 --- a/.github/scripts/deploy-review-app.sh +++ b/.github/scripts/deploy-review-app.sh @@ -23,7 +23,7 @@ if ! flyctl status --app "$app"; then fi # Deploy -flyctl deploy --app "$app" --region "$region" +flyctl deploy --app "$app" --regions "$region" flyctl scale count 1 --app "$app" --yes # Post a comment on the PR -- GitLab