Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions render.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
services:
- type: web
plan: free
name: PYRO-RENAME-BOT
env: python
buildCommand: pip install -r requirements.txt
startCommand: python bot.py
repo: https://github.com/TEAM-PYRO-BOTZ/PYRO-RENAME-BOT.git
branch: main
envVars:
- key: BOT_TOKEN
sync: false
- key: API_ID
sync: false
- key: API_HASH
sync: false
- key: FORCE_SUB
sync: false
- key: DB_NAME
sync: false
- key: DB_URL
sync: false
- key: START_PIC
sync: false
- key: ADMIN
sync: false
autoDeploy: false