mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-09 23:08:56 +02:00
[Nostromo] Regroup Strategies
This commit is contained in:
+2
-1
@@ -8,10 +8,11 @@
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Mage\Deploy\Strategy;
|
||||
namespace Mage\Deploy\Strategy\Releases;
|
||||
|
||||
use Mage\Runtime\Exception\RuntimeException;
|
||||
use Mage\Runtime\Runtime;
|
||||
use Mage\Deploy\Strategy\StrategyInterface;
|
||||
|
||||
/**
|
||||
* Strategy for Deployment with Releases, using TarGz and SCP
|
||||
@@ -8,10 +8,11 @@
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Mage\Deploy\Strategy;
|
||||
namespace Mage\Deploy\Strategy\Rsync;
|
||||
|
||||
use Mage\Runtime\Exception\RuntimeException;
|
||||
use Mage\Runtime\Runtime;
|
||||
use Mage\Deploy\Strategy\StrategyInterface;
|
||||
|
||||
/**
|
||||
* Strategy for Deployment with Rsync
|
||||
Reference in New Issue
Block a user