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.
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:
|