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.
20 lines
669 B
20 lines
669 B
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' } |
|
- symfony/cache-pool-clear: { pools: 'main' } |
|
- symfony/cache-pool-clear: { env: 'prod', pools: 'main' }
|
|
|