forked from AkkomaGang/akkoma
Fix release installation
This commit is contained in:
parent
bc6bfe383f
commit
1e6b280280
1 changed files with 5 additions and 2 deletions
7
mix.exs
7
mix.exs
|
@ -59,8 +59,8 @@ def copy_files(%{path: target_path} = release) do
|
|||
|
||||
def copy_nginx_config(%{path: target_path} = release) do
|
||||
File.cp!(
|
||||
"./installation/pleroma.nginx",
|
||||
Path.join([target_path, "installation", "pleroma.nginx"])
|
||||
"./installation/nginx/akkoma.nginx",
|
||||
Path.join([target_path, "installation", "akkoma.nginx"])
|
||||
)
|
||||
|
||||
release
|
||||
|
@ -348,6 +348,9 @@ defp add_copyright(_) do
|
|||
# Pleroma: A lightweight social networking server
|
||||
# Copyright © 2017-#{year} Pleroma Authors <https://pleroma.social/>
|
||||
# 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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue