mirror of https://github.com/hauke68/Magallanes
Andrés Montañez
8 years ago
5 changed files with 50 additions and 2 deletions
@ -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' } |
Loading…
Reference in new issue