opencode / render.yaml
abbasyk60's picture
Add Render deployment config and guide
a2fb4d4
Raw
History Blame Contribute Delete
317 Bytes
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