From 85cac534dbf09e31343148f78e2fbdbf6cbbfce9 Mon Sep 17 00:00:00 2001 From: defiQUG Date: Sat, 9 May 2026 15:42:17 -0700 Subject: [PATCH] Add DBIS default Phoenix deploy target --- phoenix-deploy-api/deploy-targets.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/phoenix-deploy-api/deploy-targets.json b/phoenix-deploy-api/deploy-targets.json index fc555af9..619b0746 100644 --- a/phoenix-deploy-api/deploy-targets.json +++ b/phoenix-deploy-api/deploy-targets.json @@ -126,6 +126,30 @@ "timeout_ms": 15000 } }, + { + "repo": "Gov_Web_Portals/DBIS", + "branch": "main", + "target": "default", + "description": "Default push-webhook alias for DBIS public portal live deployment on CT 7804.", + "cwd": "${PHOENIX_REPO_ROOT}", + "command": [ + "bash", + "scripts/deployment/phoenix-deploy-dbis-portal-live-from-workspace.sh" + ], + "required_env": [ + "PHOENIX_REPO_ROOT", + "PHOENIX_DEPLOY_WORKSPACE" + ], + "timeout_sec": 2400, + "healthcheck": { + "url": "https://d-bis.org/.well-known/trust.json", + "expect_status": 200, + "expect_body_includes": "\"organization\"", + "attempts": 12, + "delay_ms": 5000, + "timeout_ms": 15000 + } + }, { "repo": "Gov_Web_Portals/CyberSecur-Global", "branch": "main",