mirror of https://github.com/hauke68/Magallanes
Andrés Montañez
8 years ago
committed by
GitHub
9 changed files with 75 additions and 20 deletions
@ -0,0 +1,19 @@ |
|||||||
|
magephp: |
||||||
|
log_dir: /tmp |
||||||
|
composer: |
||||||
|
path: /usr/bin/composer.phar |
||||||
|
environments: |
||||||
|
test: |
||||||
|
composer: |
||||||
|
path: /usr/foobar/composer |
||||||
|
user: tester |
||||||
|
host_path: /var/www/test |
||||||
|
exclude: |
||||||
|
- ./var/cache/* |
||||||
|
- ./var/log/* |
||||||
|
- ./web/app_dev.php |
||||||
|
hosts: |
||||||
|
- testhost |
||||||
|
pre-deploy: |
||||||
|
- composer/install: { flags: '--prefer-source' } |
||||||
|
- composer/dump-autoload: { flags: '--no-scripts' } |
Loading…
Reference in new issue