Skip to content

Mix Tasks: Switch to Application.ensure_all_started instead of Mix.Task.run and ensure serve_endpoints is set to false

rinpatch requested to merge fix/mix-tasks-ensure-no-endpoints-are-served into develop

In release environments there is no Mix.Task.run and serve_endpoints must be set to true for the endpoints to start, so we need to ensure it is set to false before starting Pleroma for executing a mix task.

Merge request reports