pleroma: [
include_executables_for: [:unix],
applications: [ex_syslogger: :load, syslog: :load],
- steps: [:assemble, ©_files/1]
+ steps: [:assemble, ©_files/1, ©_nginx_config/1]
]
]
]
release
end
+ def copy_nginx_config(%{path: target_path} = release) do
+ File.cp!("./installation/pleroma.nginx", Path.join([target_path, "installation", "pleroma.nginx"]))
+ release
+ end
+
# Configuration for the OTP application.
#
# Type `mix help compile.app` for more information.