docs(deployment): Update Heroku branch name (#1701)

Update deployment.md

Heroku default deployment branch is now named "main" not "master"
This commit is contained in:
borgmanJeremy 2022-07-08 11:56:41 -05:00 committed by GitHub
parent 05297fbd50
commit d5e22e3979
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
...