Skip to content

Commit 060d2cf

Browse files
authored
Merge pull request #4 from coder-inbox/render-imgs
update render screenshots
2 parents f51bc8d + be338ea commit 060d2cf

8 files changed

+8
-6
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -317,19 +317,21 @@ Make sure you've forked this project on GitHub. If it's not already, fork this r
317317
#### Step 2: Deploy to Render
318318

319319
1. Log in to your Render account.
320-
![Register for an OpenAI Account](static/openai-website.png)
320+
![Log in to your Render account](static/render-login.png)
321321

322-
1. Click the "New" button on the Render dashboard to create a new environment.
323-
![Register for an OpenAI Account](static/openai-website.png)
322+
1. Click the "New" button on the Render dashboard to create a new web service.
323+
![New web service](static/render-create-new.png)
324324

325325
1. Connect your Git repository to Render by selecting the repository and branch you want to deploy.
326-
![Register for an OpenAI Account](static/openai-website.png)
326+
![connect github](connect-github.png)
327+
![setup render](setup-render.png)
328+
![start command](start-command.png)
327329

328330
1. Configure the environment variables you need for this FastAPI application.
329-
![Register for an OpenAI Account](static/openai-website.png)
331+
![environment variables](environment-variables.png)
330332

331333
1. Click the "Create Web Service" button.
332-
![Register for an OpenAI Account](static/openai-website.png)
334+
![Create Web Service](static/render-create-service.png)
333335

334336
Render will automatically build and deploy this FastAPI application based on these configuration.
335337

static/connect-github.png

80 KB
Loading

static/environment-variables.png

90.7 KB
Loading

static/render-create-new.png

82.9 KB
Loading

static/render-create-service.png

106 KB
Loading

static/render-login.png

98.1 KB
Loading

static/setup-render.png

137 KB
Loading

static/start-command.png

119 KB
Loading

0 commit comments

Comments
 (0)