Skip to content

Commit 7707951

Browse files
eslachancegitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent 7f15cda commit 7707951

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

other-guides/heroku.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ It'll be empty for now, don't worry, let's keep going!
134134
So we're on the last mile now! Everything you've done until now has prepared us for this moment.
135135

136136
* `git init` make our project git-enabled.
137+
* `heroku git:remote -a <appname>` to connect your local repository to the heroku app \(remember to put in your app name, no &lt;&gt; around it!\)
137138
* `npm init -y` and the package.json file modifications prepared our project for the Heroku universe.
138139

139140
So let's finalize everything by saving our changes to `git` and pushing them to Heroku:

0 commit comments

Comments
 (0)