/deployer-symfony

Install the Symfony binary with Deployer

Primary LanguagePHPMIT LicenseMIT

Install the Symfony binary with Deployer

Latest Version Latest Unstable Version Software License Build Status

Installation

$ composer require setono/deployer-symfony

Usage

In your deploy.php file require the recipe:

<?php

namespace Deployer;

require_once 'recipe/setono_symfony.php';

// ...

This will automatically hook into the default flow of Deployer.