update seeder

This commit is contained in:
Andras Bacsai 2023-09-01 16:36:41 +02:00
parent 2a842a2f50
commit 0065a86371

View File

@ -45,7 +45,7 @@ public function run(): void
]); ]);
} }
if (config('app.name') !== 'coolify-cloud') { if (config('app.name') !== 'Coolify Cloud') {
// Save SSH Keys for the Coolify Host // Save SSH Keys for the Coolify Host
$coolify_key_name = "id.root@host.docker.internal"; $coolify_key_name = "id.root@host.docker.internal";
$coolify_key = Storage::disk('ssh-keys')->get("{$coolify_key_name}"); $coolify_key = Storage::disk('ssh-keys')->get("{$coolify_key_name}");