magephp: log_dir: .logs/ environments: test: user: tester branch: test host_path: /var/www/test exclude: - ./var/cache/* - ./var/log/* - ./web/app_dev.php hosts: - testhost pre-deploy: - git/update - composer/install - composer/dump-autoload on-deploy: - deploy/rsync on-release: post-release: post-deploy: - deploy/tar/cleanup