mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-08-28 18:18:57 +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
|
||||
@@ -10,8 +10,8 @@
|
||||
|
||||
namespace Mage\Runtime;
|
||||
|
||||
use Mage\Deploy\Strategy\ReleasesStrategy;
|
||||
use Mage\Deploy\Strategy\RsyncStrategy;
|
||||
use Mage\Deploy\Strategy\Releases\ReleasesStrategy;
|
||||
use Mage\Deploy\Strategy\Rsync\RsyncStrategy;
|
||||
use Mage\Deploy\Strategy\StrategyInterface;
|
||||
use Psr\Log\LoggerInterface;
|
||||
use Psr\Log\LogLevel;
|
||||
|
||||
Reference in New Issue
Block a user