Akd v0.1.1 Akd.DeployHelper View Source

This module defines helper functions used to initialize a deployment and add hooks to a deployment, and execute it.

Link to this section Summary

Functions

This function runs a command on a given environment of deployment. The command can be either an atom (if it is supported) or a string of bash commands

Link to this section Functions

Link to this function add_hook(deployment, exec_dest, hook_mod, opts \\ []) View Source

This function runs a command on a given environment of deployment. The command can be either an atom (if it is supported) or a string of bash commands.