From 167bb064c62b1b5c5f092868714985977a54faab Mon Sep 17 00:00:00 2001 From: dgonzdev Date: Fri, 13 Feb 2026 18:40:47 -0500 Subject: [PATCH 1/3] add production deployment documentation --- docs/PRODUCTION_DEPLOYMENTS.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 docs/PRODUCTION_DEPLOYMENTS.md diff --git a/docs/PRODUCTION_DEPLOYMENTS.md b/docs/PRODUCTION_DEPLOYMENTS.md new file mode 100644 index 0000000..6d7e971 --- /dev/null +++ b/docs/PRODUCTION_DEPLOYMENTS.md @@ -0,0 +1,20 @@ +# Production Deployments + +## Heroku + +The project is deployable to Heroku out of the box. + +Fork the repository: +- https://docs.github.com/en/get-started/quickstart/fork-a-repo#forking-a-repository + +Follow the instructions for deploying to Heroku through the Github integration: +- https://devcenter.heroku.com/articles/github-integration + +Heroku Dashboard offers the option for manual deploys through a user interface: +- https://devcenter.heroku.com/articles/heroku-dashboard + +More information on how to deploy Ruby on Rails apps to Heroku can be found here: +- https://devcenter.heroku.com/articles/preparing-a-codebase-for-heroku-deployment +- https://devcenter.heroku.com/articles/getting-started-with-rails7 +- https://devcenter.heroku.com/articles/deploying-rails-applications-with-the-puma-web-server + From 7ac920d6187db0fd37daddde34e3c34c9f6e4314 Mon Sep 17 00:00:00 2001 From: dgonzdev Date: Fri, 13 Feb 2026 18:43:20 -0500 Subject: [PATCH 2/3] add documentation --- README.md | 4 +++- docs/PRODUCTION_DEPLOYMENTS.md | 3 +-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ed00391..8175bb8 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,9 @@ More bi solutions coming soon. ## Production Deployments -TODO +The [production deployment document](docs/PRODUCTION_DEPLOYMENTS.md) explains how to deploy the rails app to Heroku. + +More platforms coming soon. ## Contributing diff --git a/docs/PRODUCTION_DEPLOYMENTS.md b/docs/PRODUCTION_DEPLOYMENTS.md index 6d7e971..2d962b1 100644 --- a/docs/PRODUCTION_DEPLOYMENTS.md +++ b/docs/PRODUCTION_DEPLOYMENTS.md @@ -14,7 +14,6 @@ Heroku Dashboard offers the option for manual deploys through a user interface: - https://devcenter.heroku.com/articles/heroku-dashboard More information on how to deploy Ruby on Rails apps to Heroku can be found here: -- https://devcenter.heroku.com/articles/preparing-a-codebase-for-heroku-deployment - https://devcenter.heroku.com/articles/getting-started-with-rails7 - https://devcenter.heroku.com/articles/deploying-rails-applications-with-the-puma-web-server - +- https://devcenter.heroku.com/articles/preparing-a-codebase-for-heroku-deployment From 8fd467ed3e9fbf58b0753687b85d13be1e40fce2 Mon Sep 17 00:00:00 2001 From: dgonzdev Date: Fri, 13 Feb 2026 18:44:42 -0500 Subject: [PATCH 3/3] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8175bb8..3069cd0 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ More bi solutions coming soon. ## Production Deployments -The [production deployment document](docs/PRODUCTION_DEPLOYMENTS.md) explains how to deploy the rails app to Heroku. +The [production deployments document](docs/PRODUCTION_DEPLOYMENTS.md) explains how to deploy the rails app to Heroku. More platforms coming soon.