fix: remove builds

This commit is contained in:
loks0n 2025-05-18 00:56:11 +01:00
parent 90ab94fe5e
commit 27a5bd70bc

View file

@ -671,7 +671,7 @@ class Builds extends Action
cpus: $cpus,
memory: $memory,
timeout: $timeout,
remove: false,
remove: true,
entrypoint: $deployment->getAttribute('entrypoint', ''),
destination: APP_STORAGE_BUILDS . "/app-{$project->getId()}",
variables: $vars,