edeliver v1.4.5 ReleaseManager.Plugin.LinkSysConfig

Exrm plugin to link the sys.config file on deploy hosts.

Link to this section Summary

Functions

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

Link to this function after_cleanup(_)

Callback implementation for ReleaseManager.Plugin.after_cleanup/1.

Link to this function after_package(_)

Callback implementation for ReleaseManager.Plugin.after_package/1.

Link to this function after_release(arg1)

Callback implementation for ReleaseManager.Plugin.after_release/1.

Link to this function before_release(_)

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.