bugbyte / deployer-bundle
Symfony 2.1.x wrapper for the bugbyte/deployer package.
Package info
github.com/bugbyte/DeployerBundle
Type:symfony-bundle
pkg:composer/bugbyte/deployer-bundle
dev-master / 1.0.x-dev
2020-04-23 04:50 UTC
Requires
- bugbyte/deployer: 1.0.*
This package is auto-updated.
Last update: 2026-03-23 17:24:34 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