Skip to content

Commit e58837f

Browse files
authored
jhipster#1177 Updated the Heroku Deploy docs according to the new announcement (jhipster#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
1 parent ebc2583 commit e58837f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Features/heroku.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This sub-generator allows the deployment of your JHipster .Net application to Heroku cloud.
44

5-
The Heroku sub-generator will always use free tiers/options. Nevertheless installing addons needs a properly verified Heroku account.
5+
The Heroku sub-generator would have no resources and dynos available hence a paid plan of Heroku is required.
66

77
Therefore to avoid any unexpected build failures, we would recommend verifying your Heroku account before starting this sub-generator.
88

@@ -33,9 +33,9 @@ jhipster heroku
3333
- Postgres ✔
3434
- MSSQL ✔ (requires a manual step described below)
3535

36-
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.
36+
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.
3737

38-
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.
38+
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.
3939

4040
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:
4141
```bash

0 commit comments

Comments
 (0)