fix: turn off hc for dockerimage/docker base deployments by default
fix: loading github app
This commit is contained in:
@@ -205,6 +205,9 @@ class PublicGitRepository extends Component
|
||||
];
|
||||
}
|
||||
|
||||
if ($this->build_pack === 'dockerfile' || $this->build_pack === 'dockerimage') {
|
||||
$application_init['health_check_enabled'] = false;
|
||||
}
|
||||
$application = Application::create($application_init);
|
||||
|
||||
$application->settings->is_static = $this->is_static;
|
||||
|
||||
Reference in New Issue
Block a user