Skip to content

Commit a98f882

Browse files
Jonathan McAllisterJonathan McAllister
andauthored
readme changes for efp. do not merge until 11/28 (heroku#105)
Co-authored-by: Jonathan McAllister <jmcallister@jmcalli-ltmevyr.internal.salesforce.com>
1 parent 6aa9aaa commit a98f882

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

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

2121
## Deploying to Heroku
2222

23+
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.
24+
25+
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).
26+
27+
Eligible students can apply for platform credits through our new [Heroku for GitHub Students program](https://blog.heroku.com/github-student-developer-program).
28+
2329
```sh
2430
$ heroku create
2531
$ git push heroku main

0 commit comments

Comments
 (0)