logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 497cd5d5dad11aa067121a85d209a2bcd87a4383
parent a546e6f042316c0be386957944ef123e8a43381b
Author: tusooa <tusooa@kazv.moe>
Date:   Sat, 27 Aug 2022 01:13:03 +0000

Merge branch 'fix/fedi-fe-build-url' into 'develop'

Fix fedi-fe build URL, addresses #2920

See merge request pleroma/pleroma!3736

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", "/"}