summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2022-11-27 21:24:19 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2022-11-27 21:24:19 +0000
commit76bdb01c1835085b25c333e9fc1cc012db571d86 (patch)
tree00cfad81ec7d262090b4ae1a2ed378630e5e906a /config
parent59b8c920f62649b5b5902cf0e569749abe3d7991 (diff)
parent2614f431b903065522e04b6bf1d32a2b79643139 (diff)
downloadpleroma-76bdb01c1835085b25c333e9fc1cc012db571d86.tar.gz
pleroma-76bdb01c1835085b25c333e9fc1cc012db571d86.zip
Merge branch 'release/2.4.5' into 'stable'
Release 2.4.5 See merge request pleroma/pleroma!3793
Diffstat (limited to 'config')
-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", "/"}