You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Features/heroku.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
This sub-generator allows the deployment of your JHipster .Net application to Heroku cloud.
4
4
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.
6
6
7
7
Therefore to avoid any unexpected build failures, we would recommend verifying your Heroku account before starting this sub-generator.
8
8
@@ -33,9 +33,9 @@ jhipster heroku
33
33
- Postgres ✔
34
34
- MSSQL ✔ (requires a manual step described below)
35
35
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.
37
37
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.
39
39
40
40
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:
0 commit comments