diff --git a/README.md b/README.md index 188de92..d9384e1 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,9 @@ ![Python](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10-blue) ![License](https://img.shields.io/badge/License-MIT-green) ![Build](https://img.shields.io/github/actions/workflow/status/DMcP89/harambot/pytest.yml?branch=main) ![Version](https://img.shields.io/badge/version-0.3.1--Beta-red) -[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) +[![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/DMcP89/harambot) +[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) An interactive Yahoo Fantasy sports bot for Discord. diff --git a/render.yaml b/render.yaml new file mode 100644 index 0000000..5838160 --- /dev/null +++ b/render.yaml @@ -0,0 +1,24 @@ +services: +- type: web + name: harambot-servicet + runtime: image + image: + url: docker.io/dmcp89/harambot:latest + plan: free + envVars: + - key: DISCORD_TOKEN + sync: false + - key: YAHOO_KEY + sync: false + - key: YAHOO_SECRET + sync: false + - key: DATABASE_URL + fromDatabase: + name: harambot-database + property: connectionString + +databases: +- name: harambot-database + databaseName: harambot + user: harambot + plan: free