fix: isCloud in production seeder
This commit is contained in:
@@ -60,7 +60,7 @@ class ProductionSeeder extends Seeder
|
||||
]);
|
||||
}
|
||||
|
||||
if (config('app.name') !== 'Coolify Cloud') {
|
||||
if (!isCloud()) {
|
||||
// Save SSH Keys for the Coolify Host
|
||||
$coolify_key_name = "id.root@host.docker.internal";
|
||||
$coolify_key = Storage::disk('ssh-keys')->get("{$coolify_key_name}");
|
||||
|
||||
Reference in New Issue
Block a user