You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,11 @@ This project was inspired by [Create React PWA](https://github.com/jeffposnick/c
26
26
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).
27
27
28
28
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
33
34
34
35
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)
35
36
@@ -41,7 +42,7 @@ This project was inspired by [Create React PWA](https://github.com/jeffposnick/c
41
42
42
43
8) Request a new access token from github: https://github.com/settings/tokens/new
43
44
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:
0 commit comments