Browse Source

Config for working with Releases.

1.0
Andrs Montaez 13 years ago
parent
commit
c5ce864371
  1. 6
      docs/example-config/.mage/config/environment/production.yaml
  2. 2
      docs/example-config/.mage/config/scm.yaml

6
docs/example-config/.mage/config/environment/production.yaml

@ -2,11 +2,17 @@
user: root
deploy-from: ./
deploy-to: /var/www/vhosts/example.com/www
releases:
- enabled: true
- symlink: current
- directory: releases
hosts:
- s01.example.com
- s02.example.com
- s03.example.com
- s05.example.com
rsync-excludes:
- application/data/cache/twig/*
pre-tasks:
- scm/update
tasks:

2
docs/example-config/.mage/config/scm.yaml

@ -1,3 +1,3 @@
#scm settings
type: git
url: git://github.com/andres-montanez/Zend-Framework-Twig-example-app.git
uri: git://github.com/andres-montanez/Zend-Framework-Twig-example-app.git
Loading…
Cancel
Save