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

To restart app in all staging hosts, do:

$ mix deli.restart

To target prod, do:

$ mix deli.restart -t prod

It will ask for confirmation before restart.

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

$ mix deli.restart -t prod -y