Skip to content

Commit

Permalink
#1177 Updated the Heroku Deploy docs according to the new announceme…
Browse files Browse the repository at this point in the history
…nt (#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
  • Loading branch information
prokan468 committed Oct 10, 2022
1 parent ebc2583 commit e58837f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/Features/heroku.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e58837f

Please sign in to comment.