logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: d67d19134400e79d3a773229bd55438684ffb7ed
parent 8ec985eea10d702b99ddb198bf5cd7a4ab6deb55
Author: Sean King <seanking2919@protonmail.com>
Date:   Wed, 24 Aug 2022 23:39:02 -0600

Fix fedi-fe build URL

Diffstat:

Mconfig/config.exs2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/config.exs b/config/config.exs @@ -741,7 +741,7 @@ config :pleroma, :frontends, "name" => "fedi-fe", "git" => "https://git.pleroma.social/pleroma/fedi-fe", "build_url" => - "https://git.pleroma.social/pleroma/fedi-fe/-/jobs/artifacts/${ref}/download?job=build", + "https://git.pleroma.social/pleroma/fedi-fe/-/jobs/artifacts/${ref}/download?job=build_release", "ref" => "master", "custom-http-headers" => [ {"service-worker-allowed", "/"}