mirror of https://github.com/hauke68/Magallanes
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
462 B
18 lines
462 B
8 years ago
|
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' }
|