Closed 3zcurdia closed 4 years ago
I'm not sure, but your elixir and erlang version there look pretty old. Maybe try setting them to match what you have in development. Odd that it's not using your config file though. Is it checked into git and at the root of your repository? Are you deploying a branch?
I set my buildpack like this heroku buildpacks:add hashnuke/elixir
and I am deploying master. I am following the documentation
Is your config file at the root of your repository? Not in one of the umbrella apps.
Is in the root of the repository
Any way you can give me access to the repo to take a look and see what might be wrong? It might be worth trying the github master just to see if that helps.
I just gave you access, It is a small project, I would really appreciate the feedback
I don't see a config file on your master branch. Are you trying to deploy the heroku branch? If so, see https://devcenter.heroku.com/articles/git#deploying-from-a-branch-besides-master
đŸ¤¦ beginners mistake, now it works. I am so very thankful for your time.
I am trying to push a new app to heroku with an umbrella phoenix (1.5.1) project without static assets. And I am getting the following message:
Also, I am noticing that Heroku is not using my
elixir_buildpack.config
file. Should I move toedge
or this is a real issue?