Tweaked the Post-Releases and Scheduled the Release as a separate batch.

This commit is contained in:
Andrés Montañez
2012-10-24 18:59:34 -02:00
parent 87fac2a7a8
commit d33b0b4858
5 changed files with 104 additions and 43 deletions
@@ -10,9 +10,11 @@ releases:
directory: releases
hosts:
- localhost
- dbserver
tasks:
pre-deploy:
- scm/update
- sampleTask
# - scm/update
on-deploy:
- privileges
- sampleTask
@@ -20,5 +22,7 @@ tasks:
- taskWithParameters:
booleanOption: true
- taskWithParameters
#post-release
#post-deploy:
post-release:
- sampleTask
post-deploy:
- sampleTask
@@ -15,6 +15,7 @@ class Task_TaskWithParameters
public function run()
{
throw new Mage_Task_SkipException;
return true;
}
}