bugbyte / deployer-bundle
Symfony 2.1.x wrapper for the bugbyte/deployer package.
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:symfony-bundle
Requires
- bugbyte/deployer: 1.0.*
This package is auto-updated.
Last update: 2025-05-23 15:20:13 UTC
README
Wraps bugbyte/deployer in a symfony 2.1.x bundle.
INSTALLATION
The easiest way is to use Composer:
{
"require": {
"bugbyte/deployer-bundle": "1.0.*"
}
}
USAGE
Enable the bundle in the AppKernel
$bundles = array( ... new Bugbyte\DeployerBundle\BugbyteDeployerBundle(), );
copy the config.yml from the bundle into your project's config.yml and configure it to suit your needs.
Then, you can deploy your project:
php app/console bb:deploy deploy prod
For some inline help, use:
php app/console bb:deploy