Skip to content

Commit

Permalink
Merge pull request #100 from DMcP89/feature/render-deployment
Browse files Browse the repository at this point in the history
Feature/render deployment
  • Loading branch information
DMcP89 authored Jun 16, 2023
2 parents dca3dd4 + 1237a03 commit cb4344e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
24 changes: 24 additions & 0 deletions render.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit cb4344e

Please sign in to comment.