diff --git a/src/Deployer.php b/src/Deployer.php index 311cfd8..b24f149 100644 --- a/src/Deployer.php +++ b/src/Deployer.php @@ -369,13 +369,12 @@ protected function getAssetCommands(array $assets, string $releasePath): array foreach ($assets as $asset => $target) { if (! file_exists($asset)) { - $commands[] = 'echo '.$asset . ' not found. Skipping.'; + $commands[] = 'echo '.$asset.' not found. Skipping.'; continue; } $target = Str::startsWith($target, '/') ? $target : '/'.$target; - $commands[] = 'scp -P' .$this->server->port() // port .' -r '.$asset.' ' // local asset