Skip to main content

Deploy Manually

  1. Login to your Render account.
  2. Click on New Service and select web service.
  3. Now you can connect your GitHub or GitLab repository to Render.

After this process, you have to configure the environment variables as mentioned above. You can find environment variables section in the Environment tab of your web service.

Add these keys and respective values to the environment variables:

KeyValue
DEV_CHAT_IDYour chat id obtained from idbot
ENVprod
GROUP_CHAT_IDYour group chat id obtained from idbot
RENDER_APP_URLThe url of the Render app. (Ex: https://your-bot-name.onrender.com) - Can obtain from Render Dashboard
PORT8443
SECRET_KEYYour secret key here obtained after data encryption procedure
TELEGRAM_TOKENYour Telegram token obtained from botfather earlier

Now click on Save Changes and your bot will be deployed on Render.