Skip to content

Commit 888bc62

Browse files
committed
2 parents d3adc99 + 89883e2 commit 888bc62

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ This project was inspired by [Create React PWA](https://github.com/jeffposnick/c
2626
2) Install on your machine the [Cloud Foundry CLI](https://docs.cloudfoundry.org/cf-cli/install-go-cli.html), [Node](https://docs.npmjs.com/getting-started/installing-node), and [Yarn](https://yarnpkg.com/lang/en/docs/install/#mac-tab).
2727

2828
3) You will change `create-react-app-devops` to a unique app name on:
29-
- [.travis.yml](https://github.com/seejamescode/create-react-app-devops/blob/master/.travis.yml) - Lines 24 and 30. Also, change to your Bluemix email on lines 11 and 12.
30-
- [manifest-staging.yml](https://github.com/seejamescode/create-react-app-devops/blob/master/manifest-staging.yml) - Line 3
31-
- [manifest.yml](https://github.com/seejamescode/create-react-app-devops/blob/master/manifest.yml) - Line 3
32-
- [package.json](https://github.com/seejamescode/create-react-app-devops/blob/master/package.json) - Line 2
29+
30+
- [.travis.yml](https://github.com/seejamescode/create-react-app-devops/blob/master/.travis.yml) - Lines 24 and 30
31+
- [manifest-staging.yml](https://github.com/seejamescode/create-react-app-devops/blob/master/manifest-staging.yml) - Line 3
32+
- [manifest.yml](https://github.com/seejamescode/create-react-app-devops/blob/master/manifest.yml) - Line 3
33+
- [package.json](https://github.com/seejamescode/create-react-app-devops/blob/master/package.json) - Line 2
3334

3435
4) Add your Bluemix account email to lines 11 and 12 of [.travis.yml](https://github.com/seejamescode/create-react-app-devops/blob/master/.travis.yml)
3536

@@ -41,7 +42,7 @@ This project was inspired by [Create React PWA](https://github.com/jeffposnick/c
4142

4243
8) Request a new access token from github: https://github.com/settings/tokens/new
4344

44-
9) Set that access token in `keys.json` in the root of your repo:
45+
9) Set that access token in `keys.json` in the root of your repo. This file is already listed in your `.gitignore`. So no worries about the public stealing your API key:
4546
```
4647
{
4748
"github": "<your-github-key>"

0 commit comments

Comments
 (0)