I think there is a bug then importing Media from Media folder.
If folder name is changed in /config/filesystem.php.
'media' => [
'driver' => 'local',
'root' => storage_path('app/media_v2'),
'url' => '/storage/app/media_v2',
'visibility' => 'public',
'throw' => false,
'report' => false,
],
Deploy anyway tries to copy /storage/app/media folder.