1
0
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:
Pierre-Yves Bigourdan 2024-05-05 21:43:07 +02:00 committed by GitHub
parent 1ab4a8dcec
commit 5b8d6bdc2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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