-
Notifications
You must be signed in to change notification settings - Fork 397
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
release_handler issue #745
Comments
I have same problem too. Its may be something with user permissions MIX_ENV="prod" LINK_SYS_CONFIG="" LINK_VM_ARGS="" APP="myApp" AUTO_VERSION="" BRANCH="master" SKIP_RELUP_MODIFICATIONS="" RELUP_MODIFICATION_MODULE="" USING_DISTILLERY="true" mix distillery.release --verbose --env="prod" --name="myApp" with sudo command, release will build successfully. |
With OTP 25 it seems like the release_handler ( https://www.erlang.org/blog/my-otp-25-highlights/ ) has been changed. This induces a permissions error, accessing from the wrong directory potentially. |
same for me |
same issue. Its a real pain. |
Did you ever find out what caused the permission error? |
Steps to reproduce
Running a deployment with Edeliver. Just updated to erlang OTP 25. Tried to build the release and it breaks.
Verbose Logs
MIX_ENV=prod env MIX_ENV=prod mix edeliver build release --branch=master --verbose
Description of issue
another? https://www.erlang.org/blog/my-otp-25-highlights/ I think the change to the release handler on this page is the problem.
Thanks in advance!
The text was updated successfully, but these errors were encountered: