Deis Bot

Results 283 comments of Deis Bot

_From @alexanderkiel on August 25, 2015 21:17_ I really like the idea from @renegare of a simple `deis deploy ` and I like to extend it to remove the need...

_From @nathansamson on June 16, 2015 9:19_ Hi, Why I support this feature (in a broader way actually), it is exactly the other way around. The CI system (and ONLY...

_From @scottrobertson on June 16, 2015 15:54_ You are right @nathansamson, it is totally the opposite way around :P But yeah, this would be an awesome feature to have.

_From @carmstrong on April 9, 2015 21:9_ I think this could be achieved by having builder consume a `deis-store-volume` mount. This is an optimization that we could see being optional...

_From @mboersma on June 25, 2015 23:39_ I don't know about "still"; the builder has excluded `.git` at least since [v1.0](https://github.com/deis/deis/blob/v1.0.0/builder/slugbuilder/builder/build.sh) and I think the rationale was that it wasn't...

_From @bacongobbler on June 25, 2015 23:44_ While we don't have a public example app to test this just yet (we'll probably need to create one), but the buildpack used...

_From @fbjork on June 26, 2015 0:12_ Here's the line that causes the error from mix: https://github.com/elixir-lang/elixir/blob/master/lib/mix/lib/mix/scm/git.ex#L38-L41

_From @fbjork on June 26, 2015 0:15_ I'll see if I can create a public repo to reproduce it. Meanwhile if you create a Phoenix app and add the following...

_From @bacongobbler on June 26, 2015 1:5_ thanks @fbjork for the link! This should be an easy fix :)

_From @crigor on June 30, 2015 7:52_ I created 2 phoenix apps that shows this issue. I used https://github.com/HashNuke/heroku-buildpack-elixir as the buildpack. https://github.com/crigor/phoenix3924 deployed to http://italic-universe.4b79da4.my.ey.io/ returns 200. https://github.com/crigor/phoenix3924-broken deployed...