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

dev-master / 1.0.x-dev 2020-04-23 04:50 UTC

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