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.
14 lines
339 B
14 lines
339 B
8 years ago
|
magephp:
|
||
|
environments:
|
||
|
production:
|
||
|
user: app
|
||
|
host_path: /var/www/myapp
|
||
|
hosts:
|
||
|
- webserver
|
||
|
pre-deploy:
|
||
|
on-deploy:
|
||
|
- custom-not-instantiable
|
||
|
post-deploy:
|
||
|
custom_tasks:
|
||
|
- Mage\Tests\Task\Custom\NotInstantiableTask
|