From d6503e44b072f595dc3a45166daae9e27f23f63c Mon Sep 17 00:00:00 2001 From: Aldis Ruiz <1274302-aldisruiz@users.noreply.gitlab.com> Date: Tue, 19 Sep 2023 23:00:15 +0000 Subject: [PATCH] Update file config.exs --- config/config.exs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.exs b/config/config.exs index 31dafb1db6..8736948dec 100644 --- a/config/config.exs +++ b/config/config.exs @@ -801,9 +801,9 @@ "name" => "soapbox", "git" => "https://gitlab.com/soapbox-pub/soapbox", "build_url" => - "https://gitlab.com/soapbox-pub/soapbox/-/jobs/artifacts/${ref}/download?job=build-production", - "ref" => "develop", - "build_dir" => "static" + "https://gitlab.com/soapbox-pub/soapbox/-/jobs/artifacts/${ref}/download?job=build", + "ref" => "main", + "build_dir" => "dist" }, "glitch-lily" => %{ "name" => "glitch-lily",