mirror of https://github.com/hauke68/Magallanes
28 lines
793 B
28 lines
793 B
8 years ago
|
magephp:
|
||
|
environments:
|
||
|
production:
|
||
|
user: app
|
||
|
branch: test
|
||
|
host_path: /var/www/test
|
||
|
releases: 4
|
||
|
exclude:
|
||
|
- vendor
|
||
|
- app/cache
|
||
|
- app/log
|
||
|
- web/app_dev.php
|
||
|
hosts:
|
||
|
- webserver1
|
||
|
- webserver2
|
||
|
- webserver3
|
||
|
pre-deploy:
|
||
|
- git/update
|
||
|
- composer/install
|
||
|
- composer/generate-autoload
|
||
|
on-deploy:
|
||
|
- symfony/cache-warmup: { env: 'dev' }
|
||
|
- symfony/assets-install: { env: 'dev' }
|
||
|
- symfony/assetic-dump: { env: 'dev' }
|
||
|
on-release:
|
||
|
post-release:
|
||
|
post-deploy:
|