feat(deploy): add CROMERO dapp Phoenix deploy target #12

Merged
nsatoshi merged 1 commits from devin/1777157605-cromero-deploy-target into master 2026-04-26 00:11:50 +00:00

1 Commits

Author SHA1 Message Date
Devin AI
5a172101a6 feat(deploy): add CROMERO dapp Phoenix target
Some checks failed
AI Code Review / claude-review (pull_request) Failing after 2m41s
Validate (PR) / run-all-validation (pull_request) Failing after 29s
Wire the new d-bis/CROMERO dapp (Vite + thirdweb v5, two-chain asset
transfer flow at https://d-bis.org/ecosystem/cromero/) into the
existing Phoenix Deploy API pipeline.

- phoenix-deploy-api/deploy-targets.json: register
  d-bis/CROMERO :: default running
  scripts/deployment/phoenix-deploy-cromero-from-workspace.sh, with a
  healthcheck against the public URL.
- scripts/deployment/phoenix-deploy-cromero-from-workspace.sh: build
  the staged workspace and rsync dist/ to the NPMplus host's
  /var/www/ecosystem/cromero/. Best-effort nginx reload; --dry-run
  supported. Defaults sourced from config/ip-addresses.conf.
- docs/03-deployment/CROMERO_DAPP_DEPLOYMENT.md: pipeline overview,
  one-time nginx location block, required Actions secrets/vars,
  manual-trigger and dry-run recipes.

Co-Authored-By: Nakamoto, S <defi@defi-oracle.io>
2026-04-25 22:55:40 +00:00