bitwalker / distillery

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

Use the new distillery.release command #733

Open arzke opened 4 years ago

arzke commented 4 years ago

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 releases, the release command had to be changed to distillery.release. The walkthrough was still referencing the old command.

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.

lessless commented 3 years ago

@bitwalker this is just a documentation change but will keep docs up to date with Phoenix guides