milevy1 / koroibos

Elixir Phoenix API of 2016 Olympic athlete data
https://koroibos-elixir.herokuapp.com/api/v1/olympians
1 stars 0 forks source link

Phoenix deployment #18

Closed milevy1 closed 5 years ago

milevy1 commented 5 years ago

https://hexdocs.pm/phoenix/deployment.html

Heroku guide: https://hexdocs.pm/phoenix/heroku.html

milevy1 commented 5 years ago

First deploy failed because I added the Phoenix Static Buildpack from the guide but this project has no static assets so it was erroring out.

Removed buildpack with:

heroku buildpacks:remove https://github.com/gjaldon/heroku-buildpack-phoenix-static.git

|> git push heroku master

|> heroku run "POOL_SIZE=2 mix ecto.migrate"

|> heroku run "POOL_SIZE=2 mix run priv/repo/seeds.exs"