Skip to content

Commit 7f2f233

Browse files
authored
Upddate app name
1 parent b095834 commit 7f2f233

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@ Scanning source code
8484
Detected a Python app
8585
Using the following build configuration:
8686
Builder: paketobuildpacks/builder:base
87-
Selected App Name: flask-termos
87+
Selected App Name:
8888
? Select region: lhr (London, United Kingdom)
89-
Created app flask-termos in organization personal
89+
Created app hellofly-flask in organization personal
9090
Wrote config file fly.toml
9191
We have generated a simple Procfile for you. Modify it to fit your needs and run "fly deploy" to deploy your application.
9292
```
@@ -107,10 +107,10 @@ This says the web component of the application is served by `gunicorn` (which we
107107

108108
## _Inside `fly.toml`_
109109

110-
The `fly.toml` file now contains a default configuration for deploying your app. In the process of creating that file, `flyctl` has also created a Fly-side application slot of the same name, `hellofly`. If we look at the `fly.toml` file we can see the name in there:
110+
The `fly.toml` file now contains a default configuration for deploying your app. In the process of creating that file, `flyctl` has also created a Fly-side application slot of the same name, `hellofly-python`. If we look at the `fly.toml` file we can see the name in there:
111111

112112
```toml
113-
# fly.toml file generated for flask-termos on 2021-11-30T17:37:33+02:00
113+
# fly.toml file generated for hellofly-python on 2021-11-30T17:37:33+02:00
114114

115115
app = "hellofly-python"
116116

0 commit comments

Comments
 (0)