Skip to content

Commit

Permalink
slight wording fix in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tmkelly28 committed Jul 27, 2017
1 parent 1c405cc commit 54a1a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Ready to go world wide? Here's a guide to deployment!
### When you're ready to deploy

1. Make sure that all your work is fully committed and pushed to your master branch on Github.
2. Checkout a new branch called "deploy": `git checkout -b deploy`. If you currently have an existing branch called "deploy", delete it now (`git branch -d deploy`). Note that the name "deploy" here isn't magical, but it needs to match the name of the branch we specify in step 3d.
2. Checkout a new branch called "deploy": `git checkout -b deploy`. If you currently have an existing branch called "deploy", delete it now (`git branch -d deploy`). Note that the name "deploy" here isn't magical, but it needs to match the name of the branch we specify when we push to our heroku remote.
3. `npm run deploy` - this will cause the following commands to happen in order:
- `webpack -p`: webpack will run in "production mode"
- `git add -f public/bundle.js public/bundle.js/map`: "force" add the otherwise gitignored build files
Expand Down

0 comments on commit 54a1a04

Please sign in to comment.