mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/nodebb-english.git
synced 2025-10-03 03:41:04 +08:00
Change git push arguments from v1.0.0 to v1.5.x
The syntax for pushing to a remote and setting the upstream is as follows ``git push -u <REMOTENAME> <LOCALBRANCHNAME>:<REMOTEBRANCHNAME>``. Since we've cloned branch v1.5.x and made changes to that branch that is our local branch
This commit is contained in:
parent
16d04d0b4e
commit
6263e20967
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ Heroku
|
|||
|
||||
git add -f Procfile config.json package.json && git commit -am "adding Procfile and configs for Heroku"
|
||||
|
||||
12. Push to heroku: ``git push -u heroku v1.0.0:master``
|
||||
12. Push to heroku: ``git push -u heroku v1.5.x:master``
|
||||
* Ensure that a proper SSH key was added to your account, otherwise the push will not succeed!
|
||||
13. Initialise a single dyno: ``heroku ps:scale web=1``
|
||||
14. Visit your app!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue