summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean King <seanking2919@protonmail.com>2022-08-24 23:39:02 -0600
committerSean King <seanking2919@protonmail.com>2022-08-24 23:39:02 -0600
commitd67d19134400e79d3a773229bd55438684ffb7ed (patch)
treec800787ed9997d103444d1501763e197ff9c0723
parent8ec985eea10d702b99ddb198bf5cd7a4ab6deb55 (diff)
Fix fedi-fe build URL
-rw-r--r--config/config.exs2
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", "/"}