fix: finish deploy yaml config cleanup
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user