diff --git a/README.md b/README.md index 49570cb..76cadc7 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,6 @@ This app can be hosted wherever Ruby is supported and PostgreSQL databases can b [![Deploy to Render](https://render.com/images/deploy-to-render-button.svg)](https://render.com/deploy?repo=https://github.com/ryanwi/rails7-on-docker) -### Heroku -[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/ryanwi/rails7-on-docker) - - ## Credits/References diff --git a/render.yaml b/render.yaml new file mode 100644 index 0000000..659e53a --- /dev/null +++ b/render.yaml @@ -0,0 +1,9 @@ +services: + - type: web + name: rails7-on-docker + env: docker + repo: https://github.com/ryanwi/rails7-on-docker + branch: main + dockerCommand: bundle exec puma -C config/puma.rb + numInstances: 1 + healthCheckPath: /