mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-08-27 09:48:55 +02:00
New feature. Copy application from remote source; e.g.: GIT repo.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user