Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

Commit

Permalink
Add instructions for setting buildpack on an existing heroku app
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanmw committed Jun 11, 2020
1 parent 733028c commit 91f3b9a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,15 @@ Use [create-react-app's built-in Jest testing](https://github.com/facebookincuba

[Heroku CI](https://devcenter.heroku.com/articles/heroku-ci) is supported with minimal configuration. The CI integration is compatible with npm & yarn (see [`bin/test`](bin/test)).

#### Add to existing heroku app

If you have your react app deployed to heroku already and wish to use this buildpack,
you can do so by running:

```
heroku buildpacks:set mars/create-react-app
```

#### Minimal `app.json`

Heroku CI uses [`app.json`](https://devcenter.heroku.com/articles/app-json-schema) to provision test apps. To support Heroku CI, commit this minimal example `app.json`:
Expand Down

0 comments on commit 91f3b9a

Please sign in to comment.