Procfile bug in Heroku deployment chapter
Closed this issue · 2 comments
bijanbwb commented
In the Phoenix Testing and Deployment chapter, there's a Running Migrations section at the bottom.
The second line in the Procfile contains an error. It currently says mix phoenix.server and should say mix phx.server.
It is, however, correctly written in the Heroku Configuration section above that.
lex111 commented
@bijanbwb did you not consider using this feature Leanpub?
What I mean is that in such cases it would be clearer to reflect changes in the files.
bijanbwb commented
You're right that looks like an awesome feature. I didn't know that existed when I first started writing the book, but I would definitely consider using it if I end up doing another rewrite. Thanks for the heads up!