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

Support for heroku pipelines #135

Open
venkatd opened this issue Oct 9, 2018 · 1 comment
Open

Support for heroku pipelines #135

venkatd opened this issue Oct 9, 2018 · 1 comment

Comments

@venkatd
Copy link

venkatd commented Oct 9, 2018

In order to be able to use Heroku CI properly, I had to do the following:

  1. Make use of the erl in ci:debug #131 fork because erlang was not properly getting installed
  2. Set MIX_ENV properly in my app.json like below
  "environments": {
    "test": {
      "env": {
        "MIX_ENV": "test"
      }
    }
  }

I'm happy to issue a PR to make #2 unnecessary if you can point me to where to make the change. The error I got was not obvious so it took me a while to realize MIX_ENV was set to prod instead of test.

@HashNuke

@HashNuke
Copy link
Owner

@venkatd Please let me know if this is something you can still contribute a change/fix for.
I have not used Heroku Pipelines much.

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

2 participants