refactor: Update ProductionSeeder to fix issue with coolify_key assignment
This commit is contained in:
parent
68ab8dc14c
commit
174923de98
1 changed files with 1 additions and 1 deletions
|
|
@ -114,8 +114,8 @@ public function run(): void
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if ($coolify_key) {
|
if ($coolify_key) {
|
||||||
$coolify_key = Storage::disk('ssh-keys')->get($coolify_key);
|
|
||||||
$user = str($coolify_key)->before('@')->after('id.');
|
$user = str($coolify_key)->before('@')->after('id.');
|
||||||
|
$coolify_key = Storage::disk('ssh-keys')->get($coolify_key);
|
||||||
PrivateKey::create([
|
PrivateKey::create([
|
||||||
'id' => 0,
|
'id' => 0,
|
||||||
'team_id' => 0,
|
'team_id' => 0,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue