diff --git a/render.yaml b/render.yaml new file mode 100644 index 0000000..ef14f86 --- /dev/null +++ b/render.yaml @@ -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