Add deploy buttons

This commit is contained in:
Ryan W
2022-09-10 15:35:00 -07:00
parent 4dbdac5966
commit d9e8a2881b
+13
View File
@@ -61,6 +61,19 @@ docker compose up --build
docker build -f production.Dockerfile . docker build -f production.Dockerfile .
``` ```
## Deployment
This app can be hosted wherever Ruby is supported and PostgreSQL databases can be provisioned.
#### Render
[![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 ## Credits/References
### Rails with Docker ### Rails with Docker