![]() |
|
sfDeploymentPlugin |
|
![]() |
2
users
Sign-in
to change your status |
sfDeploymentPlugin is a symfony 1.3/1.4 plugin that helps you deploy your applications.
Currently supporting:
Configuration is simple and straight-forward via config/deploy.yml
deploy_to:
general:
## General config settings - can be overriden on a host/by/host basis
destination: /var/sites/hosting
roles:
application:
deployment_type: svn
webserver:
deployment_types:
apache:
deployment_type: apache
zerigo: []
hosts:
localhost-test01:
## Specific host config details
name: localhost
host: home.local
roles: [application]
## Here we're overriding the deployment type for the localhost to use filecopy
deployment_type: file