forked from AkkomaGang/akkoma
Formatting
This commit is contained in:
parent
dd23888774
commit
267f6bedd8
1 changed files with 5 additions and 1 deletions
6
mix.exs
6
mix.exs
|
@ -49,7 +49,11 @@ def copy_files(%{path: target_path} = release) do
|
||||||
end
|
end
|
||||||
|
|
||||||
def copy_nginx_config(%{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"]))
|
File.cp!(
|
||||||
|
"./installation/pleroma.nginx",
|
||||||
|
Path.join([target_path, "installation", "pleroma.nginx"])
|
||||||
|
)
|
||||||
|
|
||||||
release
|
release
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue