deli v0.1.7 mix deli View Source

To deploy current master into staging, do:

$ mix deli

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

$ mix deli --version=1.0.0 --target=production

It will ask for confirmation after release is built, before deploy. If you don't want that extra step, pass -y when calling this task.

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.