Add render.com deployment instructions [skip ci]

Closes #833
pull/1129/head
Ben Busby 2 months ago
parent 4d1d3f4984
commit efbbd6b9d6
No known key found for this signature in database
GPG Key ID: B9B7231E01D924A1

@ -20,6 +20,7 @@ Contents
1. [Features](#features)
3. [Install/Deploy Options](#install)
1. [Heroku Quick Deploy](#heroku-quick-deploy)
1. [Render.com](#render)
1. [Repl.it](#replit)
1. [Fly.io](#flyio)
1. [Koyeb](#koyeb)
@ -87,6 +88,16 @@ Notes:
___
### [Render](https://render.com)
Create an account on [render.com](https://render.com) and import the Whoogle repo with the following settings:
- Runtime: `Python 3`
- Build Command: `pip install -r requirements.txt`
- Run Command: `./run`
___
### [Repl.it](https://repl.it)
[![Run on Repl.it](https://repl.it/badge/github/benbusby/whoogle-search)](https://repl.it/github/benbusby/whoogle-search)

Loading…
Cancel
Save