summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2021-06-14 17:56:19 -0500
committerAlex Gleason <alex@alexgleason.me>2021-06-14 17:56:19 -0500
commitd9a45175c031568cb2b0faf21c1ecd8154d87d8d (patch)
tree5c1fea3d62eebd8abd2e96fe1617c9ce3f07a1ba
parent8527faecf5d8bfac1e277265c46abc88c89ee378 (diff)
Set soapbox-fe ref to `develop`
-rw-r--r--config/config.exs2
1 files changed, 1 insertions, 1 deletions
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"
}
}