mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
seeder
This commit is contained in:
@@ -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}");
|
||||
|
||||
Reference in New Issue
Block a user