Files
explorer-monorepo/deployment
defiQUG 1aa81f454a
Some checks failed
phoenix-deploy Deploy failed: Command failed: bash scripts/deployment/phoenix-deploy-explorer-live-from-workspace.sh nginx: the configuration file /et
Deploy Explorer Live / deploy (push) Failing after 4m8s
feat(explorer): add live token/native pricing and legacy tx route compatibility
2026-04-25 23:45:07 -07:00
..
2026-04-23 09:51:01 -07:00

Deployment Documentation

Deployment docs for the Chain 138 explorer stack.

Read This First

For the current production deployment shape, start with LIVE_DEPLOYMENT_MAP.md.

That file reflects the live split deployment now in production:

  • Next frontend on 127.0.0.1:3000 via solacescanscout-frontend.service
  • explorer config/API on 127.0.0.1:8081 via explorer-config-api.service
  • Blockscout on 127.0.0.1:4000
  • token aggregation on 127.0.0.1:3001
  • static config assets under /var/www/html/config
  • CCIP relay workers on host r630-01, outside VMID 5000

Current Canonical Deployment Paths

Legacy And Greenfield Docs

The rest of this directory is still useful, but it should be treated as legacy scaffold or greenfield reference unless it explicitly matches the live split architecture above.

  • DEPLOYMENT_GUIDE.md: older full-stack walkthrough
  • DEPLOYMENT_TASKS.md: older monolithic deployment checklist
  • DEPLOYMENT_CHECKLIST.md: older tracking checklist
  • QUICK_DEPLOY.md: command reference for the legacy package

Practical Rule

If the question is "how do we update production today?", use:

  1. LIVE_DEPLOYMENT_MAP.md
  2. the specific deploy script for the component being changed
  3. the public health scripts for verification