dex v0.1.1 Mix.Tasks.Deploy.Mix

Run mix task for the current mix application on remote.

Examples

# Run the repository migrations
mix deploy.mix ecto.migrate
# Digest and compress static files
mix deploy.mix phoenix.digest
# Start applications and their servers
mix deploy.mix phoenix.server

Summary

Functions

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

Functions

run(args)

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