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

24 lines
415 B
YAML
Raw Normal View History

#production
deployment:
user: root
from: ./
to: /var/www/vhosts/example.com/www
excludes:
- application/data/cache/twig/*
2011-11-27 01:51:23 +01:00
releases:
enabled: true
2012-03-31 04:51:17 +02:00
max: 5
symlink: current
directory: releases
hosts:
2014-10-11 18:30:29 +02:00
- s01.example.com
2014-10-11 20:25:36 +02:00
- s02.example.com
2011-11-24 01:25:20 +01:00
tasks:
pre-deploy:
- scm/update
on-deploy:
2014-10-11 18:30:29 +02:00
- symfony2/cache-warmup: { env: prod }
- privileges
- sampleTask
- sampleTaskRollbackAware