Skip to content

Commit 950b576

Browse files
committed
Fix procfile bug in Heroku deployment chapter
Closes #19
1 parent 9197664 commit 950b576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manuscript/phoenix_testing_and_deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ top of the file:
431431

432432
```shell
433433
release: MIX_ENV=prod mix ecto.migrate
434-
web: MIX_ENV=prod mix phoenix.server
434+
web: MIX_ENV=prod mix phx.server
435435
```
436436

437437
This allows us to automate the database migrations before the Phoenix web

0 commit comments

Comments
 (0)