forked from mirrors/probot
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:
parent
05297fbd50
commit
d5e22e3979
|
@ -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
|
||||
...
|
||||
|
|
Loading…
Reference in New Issue