Add "post-release" tasks in default environment yaml.

This commit is contained in:
Andrés Montañez 2013-06-17 22:41:08 -03:00
parent 001fa82c51
commit cadd36a576

View file

@ -52,7 +52,9 @@ class Mage_Command_BuiltIn_Add
. ' pre-deploy:' . PHP_EOL
. ' on-deploy:' . PHP_EOL
. ' - deployment/rsync' . PHP_EOL
. ($withReleases ? (' post-release:' . PHP_EOL) : '')
. ' post-deploy:' . PHP_EOL;
$result = file_put_contents($environmentConfigFile, $baseConfig);
if ($result) {