Skip to content

Commit 5b8d6bd

Browse files
authored
Update region flag name in flyctl deploy command (#10134)
1 parent 1ab4a8d commit 5b8d6bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/deploy-review-app.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if ! flyctl status --app "$app"; then
2323
fi
2424

2525
# Deploy
26-
flyctl deploy --app "$app" --region "$region"
26+
flyctl deploy --app "$app" --regions "$region"
2727
flyctl scale count 1 --app "$app" --yes
2828

2929
# Post a comment on the PR

0 commit comments

Comments
 (0)