Skip to content
Snippets Groups Projects
Unverified Commit 5b8d6bdc authored by Pierre-Yves Bigourdan's avatar Pierre-Yves Bigourdan Committed by GitHub
Browse files

Update region flag name in flyctl deploy command (#10134)

parent 1ab4a8dc
Branches
Tags 32.139.0
No related merge requests found
...@@ -23,7 +23,7 @@ if ! flyctl status --app "$app"; then ...@@ -23,7 +23,7 @@ if ! flyctl status --app "$app"; then
fi fi
# Deploy # Deploy
flyctl deploy --app "$app" --region "$region" flyctl deploy --app "$app" --regions "$region"
flyctl scale count 1 --app "$app" --yes flyctl scale count 1 --app "$app" --yes
# Post a comment on the PR # Post a comment on the PR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment