You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ...
@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 withdistillery
2.1.1. We've pinned to the GH commit but it feels non-prod worthy.The text was updated successfully, but these errors were encountered: