File size: 317 Bytes
a2fb4d4 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | services:
- type: worker
name: opencode-telegram-bot
runtime: node
plan: free
buildCommand: npm install
startCommand: node bot.js
envVars:
- key: TELEGRAM_BOT_TOKEN
sync: false
- key: TELEGRAM_CHAT_ID
sync: false
- key: OPENCODE_ZEN_KEY
sync: false
|