View Source Releases.Plugin.LinkConfig (edeliver v1.9.2)
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 resolves 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
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
.