bitwalker / distillery

Simplify deployments in Elixir with OTP releases!
MIT License
2.97k stars 398 forks source link

My forked 2.2 release of distillery #743

Closed drernie closed 2 years ago

drernie commented 2 years ago

Summary of changes

I'll review the commits, so I mostly want to understand the "why" rather than the "what"

Checklist

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 source code and related material intended to be compiled or integrated with the source code for Distillery (the "Contribution"). My Contribution is licensed under the MIT License.

NOTE: If you submit a PR and remove the statement above, your PR will be rejected. For your PR to be considered, it must contain your agreement to license under the MIT license.

drernie commented 2 years ago

Never mind, it looks like distillery is obsolete.

Instead I should use Releases https://blog.thecraftingstrider.net/posts/tech/2020.01/migrate-to-elixir-releases/ https://hexdocs.pm/mix/Mix.Tasks.Release.html