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

To deploy current master into staging, do:

$ mix deli.deploy

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

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

It will ask for confirmation before it starts.

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

$ mix deli.deploy -t prod -y