Skip to content

Commit

Permalink
Added note to pass the client vars to client deploy fly command on ev…
Browse files Browse the repository at this point in the history
…ery deploy.

Co-authored-by: Cameron Blackwood <[email protected]>
  • Loading branch information
Martinsos and Reikon95 committed Oct 24, 2024
1 parent 03258a4 commit 73e5532
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/docs/advanced/deployment/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions web/versioned_docs/version-0.15.0/advanced/deployment/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 73e5532

Please sign in to comment.