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>
This commit is contained in:
Martin Sosic 2024-10-24 20:15:25 +02:00
parent 03258a46f8
commit 73e55326bd
2 changed files with 4 additions and 0 deletions

View File

@ -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 theyre in Tokyo, São Paolo, or Frankfurt.

View File

@ -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 theyre in Tokyo, São Paolo, or Frankfurt.