Skip to content

Commit

Permalink
Update region flag name in flyctl deploy command (#10134)
Browse files Browse the repository at this point in the history
  • Loading branch information
PyvesB authored May 5, 2024
1 parent 1ab4a8d commit 5b8d6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/deploy-review-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b8d6bd

Please sign in to comment.