-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
35 lines (35 loc) · 871 Bytes
/
render.yaml
File metadata and controls
35 lines (35 loc) · 871 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
30
31
32
33
34
35
services:
- type: web
plan: free
name: LedyMusicBot
env: python
buildCommand: pip3 install --no-cache-dir -U -r requirements.txt
startCommand: /bin/sh -c python3\ main.py
repo: https://github.com/tecnoagateam/LedyMusicBot.git
branch: web
envVars:
- key: BOT_TOKEN
sync: false
- key: API_ID
sync: false
- key: API_HASH
sync: false
- key: SESSION_NAME
sync: false
- key: PYTHON_VERSION
sync: false
- key: SUDO_USERS
sync: false
- key: BOT_OWNER
sync: false
- key: DURATION_LIMIT
sync: false
- key: PMPERMIT
sync: false
- key: COMMAND_PREFIXES
sync: false
- key: BOT_NAME
sync: false
- key: BOT_USERNAME
sync: false
autoDeploy: false