mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
update seeder
This commit is contained in:
parent
2a842a2f50
commit
0065a86371
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ class ProductionSeeder extends Seeder
|
|||
]);
|
||||
}
|
||||
|
||||
if (config('app.name') !== 'coolify-cloud') {
|
||||
if (config('app.name') !== 'Coolify Cloud') {
|
||||
// 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…
Reference in a new issue