seeder
This commit is contained in:
parent
1d0ad51fdf
commit
1d733b2282
@ -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}");
|
||||
|
Loading…
x
Reference in New Issue
Block a user