Update file config.exs
This commit is contained in:
parent
9bec0223a0
commit
d6503e44b0
1 changed files with 3 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue