You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deploy/README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -162,6 +162,8 @@ This automatically added the Heroku remote for our app to our repository. Now we
162
162
163
163
$ git push heroku master
164
164
165
+
> __Note__: This will probably produce a *lot* of output the first time you run it, as Heroku compiles and installs psycopg. You'll know it's succeeded if you see something like `https://yourapplicationname.herokuapp.com/ deployed to Heroku` near the end of the output.
166
+
165
167
## Visit your application
166
168
167
169
You’ve deployed your code to Heroku, and specified the process types in a `Procfile` (we chose a `web` process type earlier).
0 commit comments