Merge branch 'add/glitch-lily-fe' into 'develop'

Add glitch-lily as an installable frontend

See merge request pleroma/pleroma!3727
This commit is contained in:
tusooa 2022-08-24 12:18:02 +00:00
commit 38d9ec41be
1 changed files with 8 additions and 0 deletions

View File

@ -761,6 +761,14 @@ config :pleroma, :frontends,
"https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/${ref}/download?job=build-production",
"ref" => "v1.0.0",
"build_dir" => "static"
},
"glitch-lily" => %{
"name" => "glitch-lily",
"git" => "https://lily-is.land/infra/glitch-lily",
"build_url" =>
"https://lily-is.land/infra/glitch-lily/-/jobs/artifacts/${ref}/download?job=build",
"ref" => "servant",
"build_dir" => "public"
}
}