ci: change civi crm url

Referenced issue:
* https://github.com/status-im/infra-sites/issues/143

Signed-off-by: markoburcul <marko@status.im>
This commit is contained in:
Marko Burčul
2026-06-24 23:44:22 +09:00
committed by GitHub
parent 55f95cde8d
commit ad92bdf9f2
Vendored
+1 -1
View File
@@ -28,7 +28,7 @@ pipeline {
parameters {
string(
name: 'NEXT_PUBLIC_CIVI_CRM_URL',
defaultValue: 'https://project-gzx4s.vercel.app',
defaultValue: 'https://logos-web-civi.vercel.app',
description: 'CiviCRM base URL inlined into the web build',
)
string(