mix deploy.local (mix_deploy v0.7.9) View Source
This task deploys a Distillery release to the local machine.
It extracts the release tar to a timestamped directory like
/srv/:app/releases/20170619175601
, then makes a symlink
from /srv/:app/current
to it.
This module looks for configuration in the mix project, to get the app and version,
and under the application environment under mix_deploy
.