Fix release installation
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pr/release Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful

This commit is contained in:
FloatingGhost 2022-07-06 22:47:59 +01:00 committed by Norm
parent c25bba2c88
commit 61da001e7b

View file

@ -59,8 +59,8 @@ defmodule Pleroma.Mixfile do
def copy_nginx_config(%{path: target_path} = release) do def copy_nginx_config(%{path: target_path} = release) do
File.cp!( File.cp!(
"./installation/pleroma.nginx", "./installation/nginx/akkoma.nginx",
Path.join([target_path, "installation", "pleroma.nginx"]) Path.join([target_path, "installation", "akkoma.nginx"])
) )
release release
@ -348,6 +348,9 @@ defmodule Pleroma.Mixfile do
# Pleroma: A lightweight social networking server # Pleroma: A lightweight social networking server
# Copyright © 2017-#{year} Pleroma Authors <https://pleroma.social/> # Copyright © 2017-#{year} Pleroma Authors <https://pleroma.social/>
# SPDX-License-Identifier: AGPL-3.0-only # SPDX-License-Identifier: AGPL-3.0-only
# Akkoma: The cooler pleroma
# Copyright © 2022-#{year} Akkoma Authors <https://akkoma.dev/>
# SPDX-License-Identifier: AGPL-3.0-only
] |> String.replace("\n", "\\n") ] |> String.replace("\n", "\\n")