This commit is contained in:
Andras Bacsai 2023-10-12 12:11:54 +02:00
parent 1d0ad51fdf
commit 1d733b2282

View File

@ -61,6 +61,7 @@ class ProductionSeeder extends Seeder
}
if (!isCloud()) {
echo "Running in self-hosted mode.\n";
// 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}");