From d9a45175c031568cb2b0faf21c1ecd8154d87d8d Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 14 Jun 2021 17:56:19 -0500 Subject: [PATCH] Set soapbox-fe ref to `develop` --- config/config.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.exs b/config/config.exs index 66aee3264..f82e1a414 100644 --- a/config/config.exs +++ b/config/config.exs @@ -740,7 +740,7 @@ config :pleroma, :frontends, "git" => "https://gitlab.com/soapbox-pub/soapbox-fe", "build_url" => "https://gitlab.com/soapbox-pub/soapbox-fe/-/jobs/artifacts/${ref}/download?job=build-production", - "ref" => "v1.0.0", + "ref" => "develop", "build_dir" => "static" } }