Merge pull request 'Update soapbox-fe base url' (#220) from lou_de_sel/akkoma:lou_de_sel-patch-1 into develop
ci/woodpecker/push/woodpecker Pipeline is pending Details

Reviewed-on: #220
This commit is contained in:
floatingghost 2022-09-19 17:30:04 +00:00
commit 0aabe4d0c3
1 changed files with 2 additions and 2 deletions

View File

@ -753,9 +753,9 @@ config :pleroma, :frontends,
}, },
"soapbox-fe" => %{ "soapbox-fe" => %{
"name" => "soapbox-fe", "name" => "soapbox-fe",
"git" => "https://gitlab.com/soapbox-pub/soapbox-fe", "git" => "https://gitlab.com/soapbox-pub/soapbox",
"build_url" => "build_url" =>
"https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/${ref}/download?job=build-production", "https://gitlab.com/soapbox-pub/soapbox/-/jobs/artifacts/${ref}/download?job=build-production",
"ref" => "v2.0.0", "ref" => "v2.0.0",
"build_dir" => "static" "build_dir" => "static"
}, },