Test-bot / render.yaml
kgashok's picture
commit
19e1d1f
raw
history blame
No virus
486 Bytes
services:
# A Docker web service
- type: web
name: ben-url-filter-bot
env: python
startCommand: python3 bot.py
buildCommand: pip3 install -U -r requirements.txt
repo: https://github.com/Moviesbotz/ben-url-filter-bot.git # optional
region: oregon # optional (defaults to oregon)
plan: free # optional (defaults to starter)
branch: web # optional (defaults to master)
numInstances: 1 # optional (defaults to 1)
healthCheckPath: /
#End of yaml