forked from Aluval/PixelPulseBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yml
More file actions
31 lines (31 loc) · 824 Bytes
/
render.yml
File metadata and controls
31 lines (31 loc) · 824 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
services:
- type: web
plan: free
name: PixelPulseBot
env: python
buildCommand: pip install -r requirements.txt
startCommand: python bot.py
repo: https://github.com/Aluval/PixelPulseBot.git
branch: SH24BOTS
autoDeploy: false
envVars:
- key: API_ID
sync: false
- key: API_HASH
sync: false
- key: BOT_TOKEN
sync: false
- key: ADMIN
value: "6469754522"
- key: SUNRISES_PIC
value: "your start telegraph link"
- key: INFO_PIC
value: "your information telegraph link"
- key: UPDATES_CHANNEL
value: "https://t.me/Sunrises24BotUpdates"
- key: SUPPORT_GROUP
value: "https://t.me/Sunrises24BotSupport"
- key: WEBHOOK
value: "true"
- key: PORT
value: "8080"