dicon v0.2.0 Mix.Tasks.Dicon.Deploy

This task uploads the specified tarball on the configured hosts.

The configured hosts are picked up from the application’s configuration; read the Dicon documentation for more information.

This task accepts two arguments: the compressed tarball to upload and its version.

Usage

mix dicon.deploy TARBALL VERSION

Examples

mix dicon.deploy my_app.tar.gz 1.0.0

Summary

Functions

Callback implementation for c:Mix.Task.run/1

Functions

run(argv)

Callback implementation for c:Mix.Task.run/1.