1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-08-25 21:00:18 +02:00

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) {