Convert to bg worker
This commit is contained in:
parent
9a23620a1d
commit
beab9e9f5c
1 changed files with 12 additions and 0 deletions
12
render.yaml
Normal file
12
render.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
services:
|
||||||
|
- type: worker
|
||||||
|
name: tooly-bot
|
||||||
|
runtime: docker
|
||||||
|
plan: free
|
||||||
|
region: oregon
|
||||||
|
branch: main
|
||||||
|
dockerfilePath: ./Dockerfile
|
||||||
|
envVars:
|
||||||
|
- key: DISCORD_TOKEN
|
||||||
|
sync: false
|
||||||
|
autoDeploy: true
|
||||||
Loading…
Reference in a new issue