Skip to content

Commit e3f5379

Browse files
Jonathan McAllisterJonathan McAllister
andauthored
readme changes for efp. do not merge until 11/28 (#292)
* readme changes for efp. do not merge until 11/28 * recommend deleting the app vs scaling to 0 upon completion Co-authored-by: Jonathan McAllister <jmcallister@jmcalli-ltmevyr.internal.salesforce.com>
1 parent 64a71a4 commit e3f5379

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ Your app should now be running on [localhost:5000](http://localhost:5000/).
1919

2020
## Deploying to Heroku
2121

22+
Using resources for this example app counts towards your usage. [Delete your app](https://devcenter.heroku.com/articles/heroku-cli-commands#heroku-apps-destroy) and [database](https://devcenter.heroku.com/articles/heroku-postgresql#removing-the-add-on) as soon as you are done experimenting to control costs.
23+
24+
By default, apps use Eco dynos if you are subscribed to Eco. Otherwise, it defaults to Basic dynos. The Eco dynos plan is shared across all Eco dynos in your account and is recommended if you plan on deploying many small apps to Heroku. Learn more about our low-cost plans [here](https://blog.heroku.com/new-low-cost-plans).
25+
26+
Eligible students can apply for platform credits through our new [Heroku for GitHub Students program](https://blog.heroku.com/github-student-developer-program).
27+
2228
```
2329
$ heroku create
2430
$ git push heroku main

0 commit comments

Comments
 (0)