Add DBIS default Phoenix deploy target
Some checks failed
phoenix-deploy Phoenix deployment in progress
Deploy to Phoenix / validate (push) Successful in 1m12s
Deploy to Phoenix / deploy (push) Failing after 20s
Deploy to Phoenix / deploy-atomic-swap-dapp (push) Has been skipped
Deploy to Phoenix / cloudflare (push) Has been skipped
Some checks failed
phoenix-deploy Phoenix deployment in progress
Deploy to Phoenix / validate (push) Successful in 1m12s
Deploy to Phoenix / deploy (push) Failing after 20s
Deploy to Phoenix / deploy-atomic-swap-dapp (push) Has been skipped
Deploy to Phoenix / cloudflare (push) Has been skipped
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user