mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-08 14:28:57 +02:00
[Issue#415] Remove timeout on Deploy with Tar or Rsync tasks
This commit is contained in:
@@ -44,7 +44,7 @@ class ReleaseTask extends AbstractTask implements ExecuteOnRollbackInterface
|
||||
$cmdLinkRelease = sprintf('cd %s && ln -snf releases/%s current', $hostPath, $releaseId);
|
||||
|
||||
/** @var Process $process */
|
||||
$process = $this->runtime->runRemoteCommand($cmdLinkRelease, false);
|
||||
$process = $this->runtime->runRemoteCommand($cmdLinkRelease, false, null);
|
||||
return $process->isSuccessful();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user