Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

elixir_buildpack.config wasn't found in the app #136

Closed
Awlexus opened this issue Oct 18, 2018 · 1 comment
Closed

elixir_buildpack.config wasn't found in the app #136

Awlexus opened this issue Oct 18, 2018 · 1 comment

Comments

@Awlexus
Copy link

Awlexus commented Oct 18, 2018

I'm trying to use a custom elixir_buildpack.config. I placed it into the root directory as it is written in the readme and commit the file yet, when I push to heroku it can't seem to find the file

project $ tree -L 1
.
├── _build
├── config
├── deps
├── elixir_buildpack.config
├── lib
├── mix.exs
├── mix.lock
├── priv
├── Procfile
├── README.md
└── test

6 directories, 5 files
project $ git ls-files --error-unmatch elixir_buildpack.config
elixir_buildpack.config

Did I misunderstand something from the readme?

@Awlexus
Copy link
Author

Awlexus commented Oct 27, 2018

I cannot describe how stupid the error I made was

@Awlexus Awlexus closed this as completed Oct 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant