From c630b31bf9dcf73feb7872067bdd6f2bb9d23e36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Monta=C3=B1ez?= Date: Sat, 11 Oct 2014 16:25:36 -0200 Subject: [PATCH] Yaml tweaks. --- .../.mage/config/environment/production.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/docs/example-config/.mage/config/environment/production.yml b/docs/example-config/.mage/config/environment/production.yml index 3a668f4..538e517 100644 --- a/docs/example-config/.mage/config/environment/production.yml +++ b/docs/example-config/.mage/config/environment/production.yml @@ -17,15 +17,16 @@ releases: directory: releases hosts: - s01.example.com - s02.example.com: - deployment: - user: toor - to: /home/web/public - releases: - max: 10 - tasks: - on-deploy: - - privileges + - s02.example.com +# s02.example.com: +# deployment: +# user: toor +# to: /home/web/public +# releases: +# max: 10 +# tasks: +# on-deploy: +# - privileges tasks: pre-deploy: - scm/update