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

Link to this section Functions