magallanes/tests/Resources/symfony-envconf.yml

19 lines
532 B
YAML

magephp:
log_dir: /tmp
environments:
test:
symfony: { env: 'testenv' }
user: tester
host_path: /var/www/test
exclude:
- ./var/cache/*
- ./var/log/*
- ./web/app_dev.php
hosts:
- testhost
on-deploy:
- symfony/cache-warmup
- symfony/assets-install
- symfony/cache-pool-prune
- symfony/cache-pool-prune: { env: 'prod' }