mirror of
https://github.com/badges/shields.git
synced 2025-04-18 19:44:04 +03:00
Update region flag name in flyctl deploy command (#10134)
This commit is contained in:
parent
1ab4a8dcec
commit
5b8d6bdc2f
2
.github/scripts/deploy-review-app.sh
vendored
2
.github/scripts/deploy-review-app.sh
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user