1
0
mirror of https://github.com/hauke68/Magallanes.git synced 2025-09-13 20:50:18 +02:00
Magallanes/docs/example-config/.mage/config/environment/production.yaml
Andrs Montaez 9c03ae6bed Changes on configuration.
Preparation for Post Release tasks.
2011-11-28 00:41:53 -02:00

24 lines
403 B
YAML

#production
deployment:
user: root
from: ./
to: /var/www/vhosts/example.com/www
excludes:
- application/data/cache/twig/*
releases:
enabled: true
symlink: current
directory: releases
tasks:
hosts:
- s01.example.com
- s02.example.com
- s03.example.com
- s05.example.com
tasks:
pre-deploy:
- scm/update
on-deploy:
- deployment/rsync
- privileges
#post-deploy: