mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-08-27 09:48:55 +02:00
Tweaked the Post-Releases and Scheduled the Release as a separate batch.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user