Set soapbox-fe ref to develop

This commit is contained in:
Alex Gleason 2021-06-14 17:56:19 -05:00
parent 8527faecf5
commit d9a45175c0
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

View File

@ -740,7 +740,7 @@ config :pleroma, :frontends,
"git" => "https://gitlab.com/soapbox-pub/soapbox-fe", "git" => "https://gitlab.com/soapbox-pub/soapbox-fe",
"build_url" => "build_url" =>
"https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/${ref}/download?job=build-production", "https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/${ref}/download?job=build-production",
"ref" => "v1.0.0", "ref" => "develop",
"build_dir" => "static" "build_dir" => "static"
} }
} }