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

Ran into issue fixed in master #729

Open
mhsdef opened this issue Apr 29, 2020 · 2 comments
Open

Ran into issue fixed in master #729

mhsdef opened this issue Apr 29, 2020 · 2 comments

Comments

@mhsdef
Copy link

mhsdef commented Apr 29, 2020

@bitwalker Any chance a new release could be cut?

We ran into the #718 issue (fixed in master with 82ebcb2) trying to get to production with distillery 2.1.1. We've pinned to the GH commit but it feels non-prod worthy.

@dkarter
Copy link

dkarter commented Apr 30, 2020

I'm also experiencing this issue and in support of this! Thank you!

@palerdot
Copy link

palerdot commented Jun 6, 2020

I also faced #718 with latest distillery version (v2.1.1).

Following solution from elixir forum help me get past this issue. I had to add following hook in .deliver/config

post_extract_release_archive() {
  status "Removing start_erl.data"
  __remote "
    [ -f ~/.profile ] && source ~/.profile
    set -e
    cd $DELIVER_TO/$APP/var $SILENCE
    rm start_erl.data
  "
}

As a newbie to distillery/elixir deployment this was a bummer, as we are not sure if the problem was with our code or with the build tool. It would be great to fix this issue properly ...

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

3 participants