Allow Exclude to be defined globally.

This commit is contained in:
Andrés Montañez
2017-04-14 16:29:22 -03:00
parent ef72936c52
commit 0fe106610a
5 changed files with 50 additions and 2 deletions
+17
View File
@@ -0,0 +1,17 @@
magephp:
log_dir: /tmp
composer:
path: /usr/bin/composer.phar
exclude:
- ./var/cache/*
- ./var/log/*
- ./web/app_dev.php
environments:
test:
user: tester
host_path: /var/www/test
hosts:
- testhost
pre-deploy:
- composer/install: { flags: '--prefer-source' }
- composer/dump-autoload: { flags: '--no-scripts' }