Update soapbox base url
authorlou_de_sel <louise@leetchee.fr>
Sun, 18 Sep 2022 07:45:30 +0000 (07:45 +0000)
committerlou_de_sel <louise@leetchee.fr>
Sun, 18 Sep 2022 07:45:30 +0000 (07:45 +0000)
At some point 'soapbox-pub/soapbox-fe' was moved to 'soapbox-pub/soapbox' and the build url is now updated.

config/config.exs

index 8e0b751a0bcad435c4afc7fc77fad11d610a9a5d..7fbfb9ad29ca94d7648c9006ec47baf5e3b49fdc 100644 (file)
@@ -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"
     },