This commit is contained in:
Andras Bacsai
2023-06-30 22:41:00 +02:00
parent bfe55c12a7
commit 4fc8821cba
3 changed files with 0 additions and 89 deletions

View File

@@ -42,14 +42,6 @@ class Heading extends Component
'environment_name' => $this->parameters['environment_name'],
]);
}
public function force_deploy_with_debug()
{
if ($this->application->settings->is_debug_enabled == false) {
$this->application->settings->is_debug_enabled = true;
$this->application->settings->save();
}
$this->deploy();
}
public function force_deploy_without_cache()
{
$this->deploy(force_rebuild: true);