From 73e55326bd9f427bd3e390f97ca86be776ab2b02 Mon Sep 17 00:00:00 2001 From: Martin Sosic Date: Thu, 24 Oct 2024 20:15:25 +0200 Subject: [PATCH] Added note to pass the client vars to client deploy fly command on every deploy. Co-authored-by: Cameron Blackwood <38852603+Reikon95@users.noreply.github.com> --- web/docs/advanced/deployment/cli.md | 2 ++ web/versioned_docs/version-0.15.0/advanced/deployment/cli.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/web/docs/advanced/deployment/cli.md b/web/docs/advanced/deployment/cli.md index 52eb80dbc6..42b028b03c 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 52eb80dbc6..42b028b03c 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.