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.
24 lines
710 B
24 lines
710 B
magephp: |
|
log_dir: /tmp |
|
environments: |
|
test: |
|
user: tester |
|
branch: master |
|
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: |
|
- symfony/cache-warmup: { env: 'dev' } |
|
- symfony/assets-install: { env: 'dev' } |
|
- symfony/cache-pool-prune: { env: 'dev' } |
|
on-release: |
|
post-release: |
|
post-deploy: |