We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f172983 commit 4ce4902Copy full SHA for 4ce4902
README.md
@@ -5,10 +5,8 @@ This is the [Flask](http://flask.pocoo.org/) [quickstart example](http://flask.p
5
The app in this repo is deployed at [https://flask.app.render.com](https://flask.app.render.com).
6
7
## Deployment
8
-1. Create a new Render project using your version of this repo.
9
-
10
-2. Create a new web service in the project with the following values:
11
- * Build Command: `pip install -r requirements.txt`
12
- * Start Command: `gunicorn app:app`
+Create a new web service in Render with your version of this repo and the following values:
+ * Build Command: `pip install -r requirements.txt`
+ * Start Command: `gunicorn app:app`
13
14
That's it! Your web service will be live on your Render URL as soon as the build finishes.
0 commit comments