Skip to content

Setono/deployer-symfony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.