diff --git a/database/migrations/2024_09_16_170001_populate_ssh_keys_and_clear_mux_directory.php b/database/migrations/2024_09_16_170001_populate_ssh_keys_and_clear_mux_directory.php deleted file mode 100644 index aece86c88..000000000 --- a/database/migrations/2024_09_16_170001_populate_ssh_keys_and_clear_mux_directory.php +++ /dev/null @@ -1,25 +0,0 @@ -deleteDirectory(''); - // Storage::disk('ssh-keys')->makeDirectory(''); - - // Storage::disk('ssh-mux')->deleteDirectory(''); - // Storage::disk('ssh-mux')->makeDirectory(''); - // PrivateKey::chunk(100, function ($keys) { - // foreach ($keys as $key) { - // $key->storeInFileSystem(); - // if ($key->id === 0) { - // Storage::disk('ssh-keys')->put('id.root@host.docker.internal', $key->private_key); - // } - // } - // }); - } -}