-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathrender.yaml
More file actions
34 lines (33 loc) · 750 Bytes
/
render.yaml
File metadata and controls
34 lines (33 loc) · 750 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
services:
- type: web
plan: free
name: Digital-test
env: python
buildCommand: pip install -r requirements.txt
startCommand: python3 bot.py
repo: https://github.com/DigitalBotz/Digital-test.git
branch: main
autoDeploy: false
envVars:
- key: PYTHON_VERSION
value: 3.11.9
- key: BOT_TOKEN
sync: false
- key: API_ID
sync: false
- key: API_HASH
sync: false
- key: FORCE_SUB
sync: false
- key: LOG_CHANNEL
sync: false
- key: DB_NAME
sync: false
- key: DB_URL
sync: false
- key: RKN_PIC
sync: false
- key: ADMIN
sync: false
- key: STRING_SESSION
sync: false