mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-03-13 07:02:41 +00:00
Merge branch 'pl-fe' into 'develop'
Include my frontend in available frontends See merge request pleroma/pleroma!4334
This commit is contained in:
commit
b2640f0dc4
2 changed files with 8 additions and 0 deletions
1
changelog.d/pl-fe.change
Normal file
1
changelog.d/pl-fe.change
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Include `pl-fe` in available frontends
|
|
@ -806,6 +806,13 @@ config :pleroma, :frontends,
|
||||||
"https://lily-is.land/infra/glitch-lily/-/jobs/artifacts/${ref}/download?job=build",
|
"https://lily-is.land/infra/glitch-lily/-/jobs/artifacts/${ref}/download?job=build",
|
||||||
"ref" => "servant",
|
"ref" => "servant",
|
||||||
"build_dir" => "public"
|
"build_dir" => "public"
|
||||||
|
},
|
||||||
|
"pl-fe" => %{
|
||||||
|
"name" => "pl-fe",
|
||||||
|
"git" => "https://github.com/mkljczk/pl-fe",
|
||||||
|
"build_url" => "https://pl.mkljczk.pl/pl-fe.zip",
|
||||||
|
"ref" => "develop",
|
||||||
|
"build_dir" => "."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue