| 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 | |
| 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 | |