fix: refresh public ips on start

This commit is contained in:
Andras Bacsai
2024-04-25 13:52:52 +02:00
parent d7b359e432
commit 911e29f2ea
3 changed files with 39 additions and 21 deletions

View File

@@ -20,6 +20,7 @@ class Init extends Command
public function handle()
{
$this->alive();
get_public_ips();
$full_cleanup = $this->option('full-cleanup');
$cleanup_deployments = $this->option('cleanup-deployments');
if ($cleanup_deployments) {
@@ -56,6 +57,7 @@ class Init extends Command
$this->cleanup_stucked_helper_containers();
$this->call('cleanup:stucked-resources');
}
private function restore_coolify_db_backup()
{
try {