magallanes/docs/example-config/.mage/config/environment/staging.yml
Andrés Montañez 811c83e13a Major overhauling and refactoring of Magallanes Command and Tasks modulairty and workflow.
ADVICE: there is no Backwards Compatibility with custom tasks, those
using the _config instance will be broken or those using the
getEnvironmentName().
2012-09-21 00:23:07 -03:00

22 lines
305 B
YAML

#staging
deployment:
user: root
from: ./
to: /var/www/
releases:
enabled: true
max: 5
symlink: current
directory: releases
hosts:
- localhost
tasks:
pre-deploy:
- scm/update
on-deploy:
- privileges
- sampleTask
- sampleTaskRollbackAware
#post-release
#post-deploy: