magallanes/tests/Resources/symfony-envconf.yml
2022-04-10 19:47:10 -03:00

21 lines
671 B
YAML

magephp:
log_dir: .logs/
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' }
- symfony/cache-pool-clear: { pools: 'main' }
- symfony/cache-pool-clear: { env: 'prod', pools: 'main' }