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.yml

28 lines
551 B
YAML
Raw Normal View History

#production
deployment:
user: root
# from: ./
source:
type: git
repository: git://github.com/andres-montanez/Zend-Framework-Twig-example-app.git
from: production
temporal: /tmp/myAppClone
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:
- s01.example.com:22
- s02.example.com
2011-11-24 01:25:20 +01:00
tasks:
pre-deploy:
- scm/update
on-deploy:
- privileges
- sampleTask
- sampleTaskRollbackAware
#post-deploy: