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

Commit 96adc33

Browse files
committed
Add instructions for setting buildpack on an existing heroku app
1 parent 733028c commit 96adc33

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,14 @@ Use [create-react-app's built-in Jest testing](https://github.com/facebookincuba
146146

147147
[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)).
148148

149+
#### Add to existing heroku app
150+
151+
If you have your react app deployed to heroku already and wish to use this buildpack, you can do so by running:
152+
153+
```
154+
heroku buildpacks:set mars/create-react-app
155+
```
156+
149157
#### Minimal `app.json`
150158

151159
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`:

0 commit comments

Comments
 (0)