magallanes/tests/Resources/testhost-with-error.yml
2017-01-10 14:31:57 +02:00

23 lines
592 B
YAML

magephp:
log_dir: /tmp
environments:
test:
user: tester
branch: test
host_path: /var/www/test
releases: 4
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: