Deploy strategy is automatic.

This commit is contained in:
Andrés Montañez 2013-11-07 19:02:05 -02:00
parent 97934aef91
commit 09ac6a1e19

View file

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