From 09ac6a1e19cc96d5f1c0584909c0c30ada73e346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Monta=C3=B1ez?= Date: Thu, 7 Nov 2013 19:02:05 -0200 Subject: [PATCH] Deploy strategy is automatic. --- Mage/Command/BuiltIn/AddCommand.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Mage/Command/BuiltIn/AddCommand.php b/Mage/Command/BuiltIn/AddCommand.php index a543815..cf52483 100644 --- a/Mage/Command/BuiltIn/AddCommand.php +++ b/Mage/Command/BuiltIn/AddCommand.php @@ -87,7 +87,6 @@ class AddCommand extends AbstractCommand . 'tasks:' . PHP_EOL . ' pre-deploy:' . PHP_EOL . ' on-deploy:' . PHP_EOL - . ' - deployment/rsync' . PHP_EOL . ($withReleases ? (' post-release:' . PHP_EOL) : '') . ' post-deploy:' . PHP_EOL;