deli v0.2.0-rc.6 mix deli.stop View Source

To stop app in all staging hosts, do:

$ mix deli.stop

To target prod, do:

$ mix deli.stop -t prod

It will ask for confirmation before stop.

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

$ mix deli.stop -t prod -y