commit: 9b687788874c97def370d94c013bd90952779237
parent f2221d539c8dcb0b57484519911800cfa8a58ea3
Author: Sean King <seanking2919@protonmail.com>
Date: Wed, 24 Aug 2022 23:39:02 -0600
Fix fedi-fe build URL
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/config.exs b/config/config.exs
@@ -734,7 +734,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", "/"}