fix: remove volumes as well

This commit is contained in:
Andras Bacsai
2024-07-11 11:30:20 +02:00
parent e63e806572
commit f2d82e16d6
2 changed files with 11 additions and 2 deletions

View File

@@ -778,6 +778,11 @@ class Application extends BaseModel
return "/artifacts/{$uuid}";
}
public function dirOnServer()
{
return application_configuration_dir()."/{$this->uuid}";
}
public function setGitImportSettings(string $deployment_uuid, string $git_clone_command, bool $public = false)
{
$baseDir = $this->generateBaseDir($deployment_uuid);