From 4a035ba7ede48e236e01c28eb1aa0c1788aef492 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 24 Apr 2017 01:16:22 +0200 Subject: [PATCH] Mage conf file renamed --- .mage/config/environment/{prod.yml-dist => prod.yml.dist} | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) rename .mage/config/environment/{prod.yml-dist => prod.yml.dist} (93%) diff --git a/.mage/config/environment/prod.yml-dist b/.mage/config/environment/prod.yml.dist similarity index 93% rename from .mage/config/environment/prod.yml-dist rename to .mage/config/environment/prod.yml.dist index 83aaeee..a5bcb3b 100644 --- a/.mage/config/environment/prod.yml-dist +++ b/.mage/config/environment/prod.yml.dist @@ -8,6 +8,7 @@ deployment: - "*.svn" - "*.git" - "*.swp" + - "app/config/config.yml" - "app/config/propel/" - "app/propel/" - "data/git" diff --git a/README.md b/README.md index bab7706..1ebc389 100644 --- a/README.md +++ b/README.md @@ -270,7 +270,7 @@ Gist uses [Magallanes](http://magephp.com/) to manage deployment. $ composer require andres-montanez/magallanes -There is an example of the configuration of an environment in `.mage/config/environment/prod.yml-dist`. +There is an example of the configuration of an environment in `.mage/config/environment/prod.yml.dist`. # global installation $ mage deploy to:prod