2026-01-19 22:12:04 +00:00
|
|
|
services:
|
2026-01-31 05:03:16 +00:00
|
|
|
- type: web
|
2026-01-19 22:12:04 +00:00
|
|
|
name: tooly-bot
|
|
|
|
|
runtime: docker
|
|
|
|
|
plan: free
|
|
|
|
|
region: oregon
|
|
|
|
|
branch: main
|
|
|
|
|
dockerfilePath: ./Dockerfile
|
2026-01-28 03:37:28 +00:00
|
|
|
numInstances: 1
|
2026-01-19 22:12:04 +00:00
|
|
|
envVars:
|
|
|
|
|
- key: DISCORD_TOKEN
|
|
|
|
|
sync: false
|
|
|
|
|
autoDeploy: true
|