edeliver v1.4.5 ReleaseManager.Plugin.LinkVMARgs
Exrm plugin to link the vm.args
file on deploy hosts.
Link to this section Summary
Functions
Callback implementation for ReleaseManager.Plugin.after_cleanup/1
Callback implementation for ReleaseManager.Plugin.after_package/1
Callback implementation for ReleaseManager.Plugin.after_release/1
A plugin needs to implement before_release/1
, and after_release/1
both of which receive a %ReleaseManager.Config struct, as well as after_cleanup/1
, which
receives the arguments given for the command as a list of strings
Link to this section Functions
Callback implementation for ReleaseManager.Plugin.after_cleanup/1
.
Callback implementation for ReleaseManager.Plugin.after_package/1
.
Callback implementation for ReleaseManager.Plugin.after_release/1
.
A plugin needs to implement before_release/1
, and after_release/1
both of which receive a %ReleaseManager.Config struct, as well as after_cleanup/1
, which
receives the arguments given for the command as a list of strings.
Callback implementation for ReleaseManager.Plugin.before_release/1
.