Skip to content
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

Use the new distillery.release command #733

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 22, 2020

  1. Use the new distillery.release command

    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.
    arzke committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    fa37cb0 View commit details
    Browse the repository at this point in the history
  2. Use version 2.1 of distillery in the example

    The release command was renamed to distillery.release in version 2.1.
    arzke committed Sep 22, 2020
    Configuration menu
    Copy the full SHA
    4f8c3e4 View commit details
    Browse the repository at this point in the history