distillery
distillery copied to clipboard
Simplify deployments in Elixir with OTP releases!
### Summary of changes `-sname` support was not working in all cases (e.g. https://github.com/bitwalker/distillery/issues/699). This fixes at least the things mentioned in the above issue. ### Checklist - [ ]...
A mistake in the documentation at [Phoenix Guide](https://hexdocs.pm/distillery/guides/phoenix_walkthrough.html#distillery-release). The quick command suggests being ``` $ npm run deploy --prefix assets && MIX_ENV=prod mix do phx.digest, release --env=prod ``` It is...
### Summary of changes In the Phoenix walkthrough, we were using the following command: mix do phx.digest, release --env=prod For Elixir 1.9+, that command was failing. Since the new mix...
### Steps to reproduce Create a release and then a new release with upgrade option. Then run the old release, perform an upgrade to the new one, stop the running...
### Summary of changes This is a syntax error, I am not sure how it could work until now. ### Checklist - [ ] New functions have typespecs, changed functions...
### Steps to reproduce and Description of issue Hello! I’m having trouble accessing the remote_console after updating Elixir and Erlang on my build server. Everything starts up normally using the...
I'd like to know if it is currently possible to run releases for a specified architecture. For example if I'd like to make a release for arm64-android, what would be...
@bitwalker Any chance a new release could be cut? We ran into the #718 issue (fixed in `master` with 82ebcb2074d4f6df977b0491c1c38145bef355cc) trying to get to production with `distillery` 2.1.1. We've pinned...
### Steps to reproduce Modify the cookie in rel/config.exs to contain `${u*}` somewhere. For example, in my case, the auto-generated cookie looked like this ``` set cookie: :"n/vHdl01.
See #727 ### Licensing/Copyright **By submitting this PR, you agree to the following statement, please read before submission!** I certify that I own, and have sufficient rights to contribute, all...