We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab4a8d commit 5b8d6bdCopy full SHA for 5b8d6bd
.github/scripts/deploy-review-app.sh
@@ -23,7 +23,7 @@ if ! flyctl status --app "$app"; then
23
fi
24
25
# Deploy
26
-flyctl deploy --app "$app" --region "$region"
+flyctl deploy --app "$app" --regions "$region"
27
flyctl scale count 1 --app "$app" --yes
28
29
# Post a comment on the PR
0 commit comments