Browse Source

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

1.0
Andrés Montañez 11 years ago
parent
commit
cadd36a576
  1. 2
      Mage/Command/BuiltIn/Add.php

2
Mage/Command/BuiltIn/Add.php

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

Loading…
Cancel
Save