From e3e64f90801d3dcc5704351913288f7c32bdee53 Mon Sep 17 00:00:00 2001 From: Thomas Fritz <287432+thomasfr@users.noreply.github.com> Date: Wed, 15 Jan 2025 15:11:26 +0100 Subject: [PATCH] Update runtime-environment.html.md Clarified when its possible to set `--region` flag. Currently it says "during deploys", replaced with "when using `fly launch`". --- machines/runtime-environment.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/machines/runtime-environment.html.md b/machines/runtime-environment.html.md index 41503407a2..2f7a78d194 100644 --- a/machines/runtime-environment.html.md +++ b/machines/runtime-environment.html.md @@ -48,5 +48,5 @@ Useful if your app needs to launch Machine instances of itself to scale backgrou **Machine memory**: The memory allocated to the Machine, in MB. It's the same value you'll find under https://fly.io/dashboard/personal/machines and VM Memory in the output of `fly machine status`. Learn more about [Machine sizing](/docs/machines/guides-examples/machine-sizing/). ### `PRIMARY_REGION` -**Primary region**: This is set in your `fly.toml` or with the `--region` flag during deploys. Learn more about [configuring the primary region](/docs/reference/configuration/#primary-region). - \ No newline at end of file +**Primary region**: This is set in your `fly.toml` or with the `--region` flag when using `fly launch`. Learn more about [configuring the primary region](/docs/reference/configuration/#primary-region). +