From b61e7149d0c15d72b654d84c9bca46e92c14f1db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Monta=C3=B1ez?= Date: Sat, 11 Oct 2014 14:30:29 -0200 Subject: [PATCH] Yaml tweaks. --- docs/example-config/.mage/config/environment/ioncube.yml | 4 ++-- .../example-config/.mage/config/environment/production.yml | 7 ++----- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/example-config/.mage/config/environment/ioncube.yml b/docs/example-config/.mage/config/environment/ioncube.yml index da001d8..e2a0848 100644 --- a/docs/example-config/.mage/config/environment/ioncube.yml +++ b/docs/example-config/.mage/config/environment/ioncube.yml @@ -27,8 +27,8 @@ ioncube: encoder: ioncube_encoder54 checkencoding: true checkignorepaths: - -/public/js/* - -/public/css/* + - /public/js/* + - /public/css/* projfile: project.prj project: diff --git a/docs/example-config/.mage/config/environment/production.yml b/docs/example-config/.mage/config/environment/production.yml index e785fe0..e1cbe81 100644 --- a/docs/example-config/.mage/config/environment/production.yml +++ b/docs/example-config/.mage/config/environment/production.yml @@ -16,9 +16,7 @@ releases: symlink: current directory: releases hosts: - s01.example.com:22: - deployment: - user: nobody + - s01.example.com s02.example.com: deployment: user: toor @@ -28,12 +26,11 @@ hosts: tasks: on-deploy: - privileges - - s03.example.com tasks: pre-deploy: - scm/update on-deploy: -# - symfony2/cache-warmup: {env: prod} + - symfony2/cache-warmup: { env: prod } - privileges - sampleTask - sampleTaskRollbackAware