fix: finish deploy yaml config cleanup

This commit is contained in:
Codex Agent
2026-06-08 12:35:31 +08:00
parent 7021c693be
commit 8bbad10a01
12 changed files with 80 additions and 703 deletions
+1 -1
View File
@@ -239,7 +239,7 @@ test("cloud api ignores old repository reports and keeps missing buildCreatedAt
const oldReportDir = path.join(tempRoot, "reports", "dev-gate");
await mkdir(deployDir, { recursive: true });
await mkdir(oldReportDir, { recursive: true });
await writeFile(path.join(deployDir, "deploy.json"), `${JSON.stringify({
await writeFile(path.join(deployDir, "deploy.yaml"), `${JSON.stringify({
services: [
{
serviceId: "hwlab-gateway",