Skip to content

Commit

Permalink
readme changes for efp. do not merge until 11/28 (#105)
Browse files Browse the repository at this point in the history
Co-authored-by: Jonathan McAllister <jmcallister@jmcalli-ltmevyr.internal.salesforce.com>
  • Loading branch information
jonnymacs and Jonathan McAllister committed Nov 28, 2022
1 parent 6aa9aaa commit a98f882
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -20,6 +20,12 @@ Your app should now be running on [localhost:5000](http://localhost:5000/).

## Deploying to Heroku

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.

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).

Eligible students can apply for platform credits through our new [Heroku for GitHub Students program](https://blog.heroku.com/github-student-developer-program).

```sh
$ heroku create
$ git push heroku main
Expand Down

0 comments on commit a98f882

Please sign in to comment.