We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6b07a commit c9a19f9Copy full SHA for c9a19f9
.werft/jobs/build/prepare.ts
@@ -124,7 +124,7 @@ async function createVM(werft: Werft, config: JobConfig) {
124
125
if (config.cleanSlateDeployment) {
126
werft.log(prepareSlices.BOOT_VM, "Cleaning previously created VM");
127
- await execStream(`${variables} leeway run dev/preview:delete-preview`, {slice: prepareSlices.BOOT_VM});
+ await execStream(`${variables} leeway run dev/preview:create-preview`, {slice: prepareSlices.BOOT_VM});
128
}
129
130
werft.log(prepareSlices.BOOT_VM, "Creating VM");
0 commit comments