Browse Source

Deploy strategy is automatic.

1.0
Andrés Montañez 11 years ago
parent
commit
09ac6a1e19
  1. 1
      Mage/Command/BuiltIn/AddCommand.php

1
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;

Loading…
Cancel
Save