-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathrender.yaml
More file actions
31 lines (31 loc) · 724 Bytes
/
Copy pathrender.yaml
File metadata and controls
31 lines (31 loc) · 724 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
name: autoreactionbot
runtime: node
plan: starter
repo: https://github.com/TechifyBots/Auto-Reaction-Bot
buildCommand: npm install
startCommand: node api/index.js
envVars:
- key: BOT_TOKEN
sync: false
- key: BOT_USERNAME
sync: false
- key: EMOJI_LIST
sync: false
- key: RANDOM_LEVEL
value: "0"
- key: RESTRICTED_CHATS
sync: false
- key: OWNER_ID
sync: false
- key: WEBHOOK_SECRET
sync: false
- key: BOT_PHOTO
sync: false
- key: PORT
value: "3000"
- key: NODE_ENV
value: production
healthCheckPath: /health
autoDeploy: false