heroku-buildpack-elixir
heroku-buildpack-elixir copied to clipboard
Heroku Buildpack for Elixir with nitro boost
Hey, Sorry if this is the wrong place. All signs point to this buildpack for deploying elixir to cloudfoundry (KubecCF). When using the buildpack I get staging failed: [STG/0] OUT...
Hi, we've been using this buildpack without issue in production for some time now. However recently we've been noticing some oddities. The largest one is that the `_build/build_backup` folder is...
It seems the last merge broke the OTP release path. I just set up a new app on Heroku (bad timing!) and it can't find the OTP release, it is...
Hello, I'm just getting started with Elixir, Phoenix, and Heroku. I want to create an issue about updating the readme section where it lists how to use `.config` files. I...
We have been running an Elixir based site on Heroku for quite some time. We make updates to the site every few months. We last made an update back in...
#### To reproduce * `git clone https://github.com/HashNuke/heroku-buildpack-elixir-test.git` * `cd heroku-buildpack-elixir-test` * Add the following `app.json` file: ``` { "name": "buildpack-test", "scripts": {}, "env": {}, "formation": {}, "addons": [ { "plan":...
if you specify OTP 22.0 for instance, instead of using versioning to pull the closest match, the build fails. If **_only_** a `Major` version or **_only_** a `Major` _**and**_ `Minor`...
src : https://git.pleroma.social/pleroma/pleroma ```sh remote: * Stack heroku-18 remote: * Erlang 21.2 remote: * Elixir 1.7 ``` ```sh $ cat elixir_buildpack.config erlang_version=21.2 elixir_version=1.7 always_rebuild=false runtime_path=/app $ git push heroku master...
In order to be able to use Heroku CI properly, I had to do the following: 1. Make use of the #131 fork because erlang was not properly getting installed...
which will then be picked up heroku https://elements.heroku.com/buildpacks/hashnuke/heroku-buildpack-elixir and contain all the fixes since v3 · Oct 23, 2015 · (73 commits) @HashNuke ?