diff --git a/web/docs/advanced/deployment/cli.md b/web/docs/advanced/deployment/cli.md index 52eb80dbc..42b028b03 100644 --- a/web/docs/advanced/deployment/cli.md +++ b/web/docs/advanced/deployment/cli.md @@ -277,6 +277,8 @@ or REACT_APP_ANOTHER_VAR=somevalue wasp deploy fly deploy ``` +Please note, you should do this for every deployment, not just the first time you set up the variables! + ### Fly.io Regions > Fly.io runs applications physically close to users: in datacenters around the world, on servers we run ourselves. You can currently deploy your apps in 34 regions, connected to a global Anycast network that makes sure your users hit our nearest server, whether they’re in Tokyo, São Paolo, or Frankfurt. diff --git a/web/versioned_docs/version-0.15.0/advanced/deployment/cli.md b/web/versioned_docs/version-0.15.0/advanced/deployment/cli.md index 52eb80dbc..42b028b03 100644 --- a/web/versioned_docs/version-0.15.0/advanced/deployment/cli.md +++ b/web/versioned_docs/version-0.15.0/advanced/deployment/cli.md @@ -277,6 +277,8 @@ or REACT_APP_ANOTHER_VAR=somevalue wasp deploy fly deploy ``` +Please note, you should do this for every deployment, not just the first time you set up the variables! + ### Fly.io Regions > Fly.io runs applications physically close to users: in datacenters around the world, on servers we run ourselves. You can currently deploy your apps in 34 regions, connected to a global Anycast network that makes sure your users hit our nearest server, whether they’re in Tokyo, São Paolo, or Frankfurt.