Skip to content

Commit

Permalink
docs(deployment): Update Heroku branch name (#1701)
Browse files Browse the repository at this point in the history
Update deployment.md

Heroku default deployment branch is now named "main" not "master"
  • Loading branch information
borgmanJeremy committed Jul 8, 2022
1 parent 05297fb commit d5e22e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Probot runs like [any other Node app](https://devcenter.heroku.com/articles/depl

1. Deploy the app to heroku with `git push`:

$ git push heroku master
$ git push heroku main
...
-----> Node.js app detected
...
Expand Down

0 comments on commit d5e22e3

Please sign in to comment.