New feature. Copy application from remote source; e.g.: GIT repo.

This commit is contained in:
Andrs Montaez
2012-02-05 00:42:54 -02:00
parent 38711cbac2
commit 0c2ee3c45f
9 changed files with 105 additions and 7 deletions
+6
View File
@@ -135,6 +135,12 @@ class Mage_Config
return $taskConfig;
}
public function setFrom($from)
{
$options['deployment']['from'] = $from;
return $this;
}
public function deployment($option, $default = false)
{
$options = $this->getEnvironment();