Skip to content

Commit a9b2898

Browse files
authored
Merge pull request #3692 from vmarklynn/patch-1
Update fly launch instruction
2 parents 5620533 + 49eb74e commit a9b2898

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/content/3/en/part3b.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,11 @@ Note if the command _fly_ does not work on your machine, you can try the longer
141141
Initializing an app happens by running the following command in the root directory of the app
142142

143143
```bash
144-
fly launch
144+
fly launch --no-deploy
145145
```
146146

147147
Give the app a name or let Fly.io auto-generate one. Pick a region where the app will be run. Do not create a Postgres database for the app and do not create an Upstash Redis database, since these are not needed.
148148

149-
The last question is "Would you like to deploy now?". We should answer "no" since we are not quite ready yet.
150-
151149
Fly.io creates a file <i>fly.toml</i> in the root of your app where we can configure it. To get the app up and running we <i>might</i> need to do a small addition to the configuration:
152150

153151
```bash

0 commit comments

Comments
 (0)