edeliver v1.8.0 Releases.Plugin.LinkConfig
Distillery plugin to link the vm.args or sys.config file on deploy hosts.
Because distillery uses :systools_make.make_tar(...) to create the release
tar which resoves all links using the :dereference option, the release
tar needs to be repackaged including the links. To be able use this plugin,
it must be added in the rel/config.exs distillery config as plugin like this:
environment :prod do
..
plugin Releases.Plugin.LinkConfig
end
Link to this section Summary
Functions
Callback implementation for Distillery.Releases.Plugin.after_assembly/2.
Callback implementation for Distillery.Releases.Plugin.after_cleanup/2.
Callback implementation for Distillery.Releases.Plugin.after_package/2.
Callback implementation for Distillery.Releases.Plugin.before_assembly/2.
Callback implementation for Distillery.Releases.Plugin.before_package/2.
Link to this section Functions
after_assembly(release)
after_assembly(_, _)
Callback implementation for Distillery.Releases.Plugin.after_assembly/2.
after_cleanup(release, _)
Callback implementation for Distillery.Releases.Plugin.after_cleanup/2.
after_package(release)
after_package(arg1, _)
Callback implementation for Distillery.Releases.Plugin.after_package/2.
before_assembly(release)
before_assembly(_, _)
Callback implementation for Distillery.Releases.Plugin.before_assembly/2.
before_package(release)
before_package(_, _)
Callback implementation for Distillery.Releases.Plugin.before_package/2.