distillery icon indicating copy to clipboard operation
distillery copied to clipboard

Quick command has an issue

Open dyyce opened this issue 5 years ago • 1 comments

A mistake in the documentation at Phoenix Guide. The quick command suggests being

$ npm run deploy --prefix assets && MIX_ENV=prod mix do phx.digest, release --env=prod

It is missing distillery.

$ npm run deploy --prefix assets && MIX_ENV=prod mix do phx.digest, distillery.release --env=prod

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.

dyyce avatar Jul 22 '20 17:07 dyyce

this can be closed as a duplicate of https://github.com/bitwalker/distillery/pull/733/files

lessless avatar May 03 '21 14:05 lessless