From e58837fad19bd9798755f17ff273c2ac4565d7aa Mon Sep 17 00:00:00 2001 From: prokan468 <61049742+prokan468@users.noreply.github.com> Date: Tue, 11 Oct 2022 01:41:31 +0530 Subject: [PATCH] #1177 Updated the Heroku Deploy docs according to the new announcement (#1182) * Fixed Heroku Deploy Doc Removed mention about free dynos/resources and made it clear that a paid plan is required * Made the changes required --- docs/Features/heroku.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Features/heroku.md b/docs/Features/heroku.md index 15eed4522..b421477ba 100644 --- a/docs/Features/heroku.md +++ b/docs/Features/heroku.md @@ -2,7 +2,7 @@ This sub-generator allows the deployment of your JHipster .Net application to Heroku cloud. -The Heroku sub-generator will always use free tiers/options. Nevertheless installing addons needs a properly verified Heroku account. +The Heroku sub-generator would have no resources and dynos available hence a paid plan of Heroku is required. Therefore to avoid any unexpected build failures, we would recommend verifying your Heroku account before starting this sub-generator. @@ -33,9 +33,9 @@ jhipster heroku - Postgres ✔ - MSSQL ✔ (requires a manual step described below) -Currently MySql and PostgreSQL database addons are free and automatically added by this sub-generator when deploying to Heroku. Even though those resouces are free, an accound with verified credit card is required to add them. +The MySql and PostgreSQL database addons are not free of cost and won't be automatically added by the sub-generator when deploying to Heroku. A paid plan is required to use the resources and addons. -Heroku's [MSSQL addon](https://elements.heroku.com/addons/mssql) is not free of cost and to avoid unexpected costs It will not be provisioned automatically when deploying to Heroku. +Likewise, Heroku's [MSSQL addon](https://elements.heroku.com/addons/mssql) is not free of cost and to avoid unexpected costs It will not be provisioned automatically when deploying to Heroku. Please visit [the MSSQL addon page](https://elements.heroku.com/addons/mssql), review the pricing and add the MSSQL addon to your account with the following command: ```bash