diff options
author | Sean King <seanking2919@protonmail.com> | 2022-08-24 23:39:02 -0600 |
---|---|---|
committer | Sean King <seanking2919@protonmail.com> | 2022-08-24 23:39:02 -0600 |
commit | d67d19134400e79d3a773229bd55438684ffb7ed (patch) | |
tree | c800787ed9997d103444d1501763e197ff9c0723 /config | |
parent | 8ec985eea10d702b99ddb198bf5cd7a4ab6deb55 (diff) | |
download | pleroma-d67d19134400e79d3a773229bd55438684ffb7ed.tar.gz |
Fix fedi-fe build URL
Diffstat (limited to 'config')
-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", "/"} |