magallanes/docs/example-config/.mage/config/environment/staging.yml

32 lines
493 B
YAML
Raw Normal View History

#staging
deployment:
2012-03-31 01:56:07 +02:00
user: root
from: ./
to: /var/www/
2012-12-26 16:15:37 +01:00
scm:
branch: master
releases:
enabled: true
max: 5
symlink: current
directory: releases
2012-03-31 01:56:07 +02:00
hosts:
- localhost
- 127.0.0.1
2011-11-24 01:25:20 +01:00
tasks:
pre-deploy:
# - sampleTask
# - failTask
2012-12-26 16:15:37 +01:00
- scm/update
on-deploy:
- privileges
# - sampleTask
- sampleTaskRollbackAware
- taskWithParameters:
booleanOption: true
- taskWithParameters
post-release:
2012-10-25 00:46:57 +02:00
# - sampleTask
post-deploy:
- sampleTask