From: lou_de_sel Date: Sun, 18 Sep 2022 07:45:30 +0000 (+0000) Subject: Update soapbox base url X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=8fe59d495df0c7fb999579b214f0b241835211b2;p=akkoma Update soapbox base url At some point 'soapbox-pub/soapbox-fe' was moved to 'soapbox-pub/soapbox' and the build url is now updated. --- diff --git a/config/config.exs b/config/config.exs index 8e0b751a0..7fbfb9ad2 100644 --- a/config/config.exs +++ b/config/config.exs @@ -753,9 +753,9 @@ config :pleroma, :frontends, }, "soapbox-fe" => %{ "name" => "soapbox-fe", - "git" => "https://gitlab.com/soapbox-pub/soapbox-fe", + "git" => "https://gitlab.com/soapbox-pub/soapbox", "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", "build_dir" => "static" },