Merge branch 'fix/fedi-fe-build-url' into 'develop'

Fix fedi-fe build URL, addresses #2920

See merge request pleroma/pleroma!3736
This commit is contained in:
tusooa 2022-08-27 01:13:03 +00:00
commit 497cd5d5da
1 changed files with 1 additions and 1 deletions

View File

@ -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", "/"}