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

Porcelain with destillary #32

Open
eidge opened this issue Nov 29, 2016 · 0 comments
Open

Porcelain with destillary #32

eidge opened this issue Nov 29, 2016 · 0 comments

Comments

@eidge
Copy link

eidge commented Nov 29, 2016

Hello I'm trying to produce a release with distillery with goon bundle in the release itself.

Since one can't use :code.priv_dir(:app) in config.exs, I tried adding this to my application bootstrap code:

Application.put_env(:porcelain, :goon_driver_path, Path.join(:code.priv_dir(:app), 'goon'))
:ok = Porcelain.reinit(:goon)

I've checked the correct path is being generated, but porcelain still complains it can't find goon.

Any ideas on how to solve this? Or any other strategy for bundling goon in the release itself?

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