Merge branch '2.4.x'

Closes gh-26257
This commit is contained in:
Andy Wilkinson
2021-04-27 15:19:04 +01:00
3 changed files with 4 additions and 4 deletions

View File

@@ -217,7 +217,7 @@ The most common deployment workflow for Heroku deployments is to `git push` the
[indent=0,subs="verbatim,quotes,attributes"]
----
$ git push heroku master
$ git push heroku main
Initializing repository, *done*.
Counting objects: 95, *done*.
@@ -255,7 +255,7 @@ The most common deployment workflow for Heroku deployments is to `git push` the
https://agile-sierra-1405.herokuapp.com/ *deployed to Heroku*
To git@heroku.com:agile-sierra-1405.git
* [new branch] master -> master
* [new branch] main -> main
----
Your application should now be up and running on Heroku.