Skip to content

Commit 535ce46

Browse files
committed
Merge pull request DjangoGirls#203 from pozorvlak/heroku_output_scary
Warn about psycopg compilation output
2 parents 37db2d2 + dd962d1 commit 535ce46

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deploy/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,8 @@ This automatically added the Heroku remote for our app to our repository. Now we
162162

163163
$ git push heroku master
164164

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+
165167
## Visit your application
166168

167169
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

Comments
 (0)