mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-08-28 10:08:56 +02:00
Logging enabled. And fix on Excludes.
This commit is contained in:
@@ -24,7 +24,7 @@ class Mage_Task_BuiltIn_Deployment_Rsync
|
||||
}
|
||||
|
||||
$command = 'rsync -avz '
|
||||
. $this->_excludes($excludes + $userExcludes) . ' '
|
||||
. $this->_excludes(array_merge($excludes, $userExcludes)) . ' '
|
||||
. $this->_config['deploy']['deploy-from'] . ' '
|
||||
. $this->_config['deploy']['user'] . '@' . $this->_config['deploy']['host'] . ':' . $this->_config['deploy']['deploy-to'];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user