From e17d7f92b2c6268fb4013737a5c7e769db719b52 Mon Sep 17 00:00:00 2001 From: Codex Agent Date: Mon, 8 Jun 2026 12:40:05 +0800 Subject: [PATCH] docs: use deploy config reader in smoke example --- deploy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/README.md b/deploy/README.md index 304e5496..25dc64a3 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -101,7 +101,7 @@ Next DEV deploy smoke commands, for a separately authorized deployment task: ```sh npm run check -node -e "JSON.parse(require('node:fs').readFileSync('deploy/deploy.yaml','utf8'))" +node --input-type=module -e "import { readDeployConfig } from './scripts/src/deploy-config.mjs'; await readDeployConfig(process.cwd())" KUBECONFIG=/etc/rancher/k3s/k3s.yaml kubectl apply --dry-run=server -k deploy/k8s/dev curl -fsS http://74.48.78.17:16667/health/live node scripts/dev-edge-health-smoke.mjs --live --report /tmp/hwlab-dev-gate/report.json