Skip to content

nanbando/deployer-recipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nanbando deployer recipe

This repository contains a recipe to integrate with deployer.

Installation

composer require --dev nanbando/deployer-recipe

Include file into your deploy.php:`

require 'vendor/nanbando/deployer-recipe/recipe.php';

set('bin/nanbando', '<path/to>/nanbando.phar');
set('nanbando_push', true);
set('nanbando_backup_options', '');