Skip to content

Commit

Permalink
added netlify instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
derekeder committed Sep 21, 2021
1 parent 84e9554 commit 5bf7792
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions work-practices/version-control/renaming-to-main.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ git remote set-head origin -a

4. Do a global find for references to 'master' in your code and update where appropriate. This is typically in places like `README.md` and `.github/workflows/main.yml`
5. For apps deployed to Heroku, it should automatically pick up on the new default branch. However, if you had any automatic deploys set up off that branch, you will need to go into the settings and re-enable them off the new `main` branch.
6. For apps deployed on Netlify, you will need to edit the Deploy settings and update the Production branch to `main`.


## Renaming examples
Expand Down

0 comments on commit 5bf7792

Please sign in to comment.