fix: localhost privatekey update
This commit is contained in:
parent
925326b885
commit
03a3405524
@ -69,11 +69,12 @@ class ProductionSeeder extends Seeder
|
|||||||
PrivateKey::updateOrCreate(
|
PrivateKey::updateOrCreate(
|
||||||
[
|
[
|
||||||
'id' => 0,
|
'id' => 0,
|
||||||
'name' => 'localhost\'s key',
|
|
||||||
'description' => 'The private key for the Coolify host machine (localhost).',
|
|
||||||
'team_id' => 0,
|
'team_id' => 0,
|
||||||
],
|
],
|
||||||
['private_key' => $coolify_key]
|
[
|
||||||
|
'name' => 'localhost\'s key',
|
||||||
|
'description' => 'The private key for the Coolify host machine (localhost).', 'private_key' => $coolify_key
|
||||||
|
]
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
echo "No SSH key found for the Coolify host machine (localhost).\n";
|
echo "No SSH key found for the Coolify host machine (localhost).\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user