diff --git a/docs/example-config/.mage/config/environment/production.yaml b/docs/example-config/.mage/config/environment/production.yaml index c5e8734..83a25a7 100644 --- a/docs/example-config/.mage/config/environment/production.yaml +++ b/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: diff --git a/docs/example-config/.mage/config/scm.yaml b/docs/example-config/.mage/config/scm.yaml index 0ac4da3..0affbaa 100644 --- a/docs/example-config/.mage/config/scm.yaml +++ b/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 \ No newline at end of file +uri: git://github.com/andres-montanez/Zend-Framework-Twig-example-app.git \ No newline at end of file