deli v0.1.25 mix deli.start View Source

To start app in all staging hosts, do:

$ mix deli.start

To target prod, do:

$ mix deli.start -t prod

It will ask for confirmation before start.

If you don't want that extra step, pass --yes, or simply -y when calling it:

$ mix deli.start -t prod -y

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.