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

Commit 91f3b9a

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

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,15 @@ 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,
152+
you can do so by running:
153+
154+
```
155+
heroku buildpacks:set mars/create-react-app
156+
```
157+
149158
#### Minimal `app.json`
150159

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