diff options
author | tusooa <tusooa@kazv.moe> | 2022-08-27 01:13:03 +0000 |
---|---|---|
committer | tusooa <tusooa@kazv.moe> | 2022-08-27 01:13:03 +0000 |
commit | 497cd5d5dad11aa067121a85d209a2bcd87a4383 (patch) | |
tree | 740562dee759ee739126f31c4b271ec9dc063465 | |
parent | a546e6f042316c0be386957944ef123e8a43381b (diff) | |
parent | d67d19134400e79d3a773229bd55438684ffb7ed (diff) | |
download | pleroma-497cd5d5dad11aa067121a85d209a2bcd87a4383.tar.gz |
Merge branch 'fix/fedi-fe-build-url' into 'develop'
Fix fedi-fe build URL, addresses #2920
See merge request pleroma/pleroma!3736
-rw-r--r-- | config/config.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index 666268a0a..1653358a0 100644 --- 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", "/"} |