mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-08-29 10:38:57 +02:00
Changes on configuration.
Preparation for Post Release tasks.
This commit is contained in:
@@ -24,8 +24,8 @@ abstract class Mage_Task_TaskAbstract
|
||||
protected final function _runRemoteCommand($command)
|
||||
{
|
||||
$localCommand = 'ssh '
|
||||
. $this->_config['deploy']['user'] . '@' . $this->_config['deploy']['host'] . ' '
|
||||
. '"cd ' . $this->_config['deploy']['deploy-to'] . ' && '
|
||||
. $this->_config['deploy']['deployment']['user'] . '@' . $this->_config['deploy']['host'] . ' '
|
||||
. '"cd ' . $this->_config['deploy']['deployment']['to'] . ' && '
|
||||
. $command . '"';
|
||||
|
||||
return $this->_runLocalCommand($localCommand);
|
||||
|
||||
Reference in New Issue
Block a user