Skip to content

Commit

Permalink
Change "region" to "regions"
Browse files Browse the repository at this point in the history
  • Loading branch information
lbrito1 committed May 6, 2024
1 parent 5ace31f commit c2e6a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ setup() {
if ! flyctl status --app "$app"; then
# Backup the original config file since 'flyctl launch' messes up the [build.args] section
cp "$config" "$config.bak"
flyctl launch --no-deploy --copy-config --name "$app" --image "$image" --region "$region" --org "$org" --dockerfile "$dockerfile" -y
flyctl launch --no-deploy --copy-config --name "$app" --image "$image" --regions "$region" --org "$org" --dockerfile "$dockerfile" -y
# Restore the original config file
cp "$config.bak" "$config"
fi
Expand Down

0 comments on commit c2e6a41

Please sign in to comment.