Skip to content

Support for heroku pipelines #135

@venkatd

Description

@venkatd

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions