diff options
author | Alex Gleason <alex@alexgleason.me> | 2021-06-14 17:56:19 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2021-06-14 17:56:19 -0500 |
commit | d9a45175c031568cb2b0faf21c1ecd8154d87d8d (patch) | |
tree | 5c1fea3d62eebd8abd2e96fe1617c9ce3f07a1ba | |
parent | 8527faecf5d8bfac1e277265c46abc88c89ee378 (diff) | |
download | pleroma-d9a45175c031568cb2b0faf21c1ecd8154d87d8d.tar.gz |
Set soapbox-fe ref to `develop`
-rw-r--r-- | config/config.exs | 2 |
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" } } |