summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean King <seanking2919@protonmail.com>2022-08-24 23:39:02 -0600
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2022-11-27 04:34:33 +0100
commit9b687788874c97def370d94c013bd90952779237 (patch)
treebee8759971c687fa608442b08d3b2dc7622c8a48
parentf2221d539c8dcb0b57484519911800cfa8a58ea3 (diff)
downloadpleroma-9b687788874c97def370d94c013bd90952779237.tar.gz
pleroma-9b687788874c97def370d94c013bd90952779237.zip
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 b50c910b1..2aab2f3d3 100644
--- 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", "/"}