File size: 1,416 Bytes
e7ef6c8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
import { Tab, Tabs } from 'nextra-theme-docs'
# Render Deploy
_Render is Free. You'll Get 500 Hr_
__Use method one or two to deploy your bot.__
<Tabs items={['Method One : Deploy with Docker', 'Method Two : Deploy with Python 3']}>
<Tab>
- Fork The Repositery On [GitHub](https://github.com/kalanakt/All-Url-Uploader)
- Create [Render](https://dashboard.render.com/) Account if Already Have? Go To [Dashboard](https://dashboard.render.com/)
- Start [ New + ] Project and Slect web service.
- Connect a github awith render and select forked repository
- keep `Environment` as `Docker`
- Expand [ Advance ] button and add .env Veriables. Click [ Create Web Service ] or Click Add Secret File. add sample_config.py with content
- Start the Bot On Telegram : Boom!!! Enjoy Your Bot
</Tab>
<Tab>
- Fork The Repositery On [GitHub](https://github.com/kalanakt/All-Url-Uploader)
- Create [Render](https://dashboard.render.com/) Account if Already Have? Go To [Dashboard](https://dashboard.render.com/)
- Start [ New + ] Project and Slect web service.
- Connect a github awith render and select forked repository
- Toggle `Environment` to `Python 3`
- Expand [ Advance ] button and add .env Veriables. Click [ Create Web Service ] or Click Add Secret File. add sample_config.py with content
- Start the Bot On Telegram : Boom!!! Enjoy Your Bot
</Tab>
</Tabs> |