forked from dakshkohli23/Sharingan-Rename-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
29 lines (29 loc) · 690 Bytes
/
render.yaml
File metadata and controls
29 lines (29 loc) · 690 Bytes
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
28
29
services:
- type: web
plan: free
name: Sharingan-Rename-Bot
env: python
buildCommand: pip install -r requirements.txt
startCommand: python bot.py
repo: https://github.com/dakshkohli23/Sharingan-Rename-Bot.git
branch: main
envVars:
- key: API_HASH
sync: false
- key: APP_ID
sync: false
- key: AUTH_USERS
sync: false
- key: BANNED_USERS
sync: false
- key: CHUNK_SIZE
sync: false
- key: LOG_CHANNEL
sync: false
- key: TG_BOT_TOKEN
sync: false
- key: UPDATE_CHANNEL
sync: false
- key: WEBHOOK
sync: false
autoDeploy: false