mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-09 17:55:11 +00:00
Fix release installation
This commit is contained in:
parent
bc6bfe383f
commit
1e6b280280
7
mix.exs
7
mix.exs
|
@ -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")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue