deli v0.1.19 mix deli.release View Source

To build a release of current master into staging, do:

$ mix deli.release

Or, if you want to specify a version or target environment, do:

$ mix deli.release --version=1.0.0 --target=prod

You can also specify if you want assets to be included or not. It defaults to false, but you can change that in config :deli, assets: true

$ mix deli -t prod -a

Link to this section Summary

Functions

A task needs to implement run which receives a list of command line args

Link to this section Functions

A task needs to implement run which receives a list of command line args.

Callback implementation for Mix.Task.run/1.