move autoupdate job to actions

This commit is contained in:
Andras Bacsai
2023-10-12 08:56:29 +02:00
parent a2f4d4ed6d
commit 5c27f43b3d
4 changed files with 5 additions and 7 deletions

View File

@@ -16,10 +16,6 @@ class ServerSeeder extends Seeder
'ip' => "coolify-testing-host",
'team_id' => 0,
'private_key_id' => 0,
// 'proxy' => ServerMetadata::from([
// 'type' => ProxyTypes::TRAEFIK_V2->value,
// 'status' => ProxyStatus::EXITED->value
// ]),
]);
}
}