Search by

nanbando / deployer-recipe

wachterjohannes

Nanbando recipe for deployer

Package info

github.com/nanbando/deployer-recipe

pkg:composer/nanbando/deployer-recipe

Statistics

Installs: 25 203

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

0.2.1 2021-02-12 07:01 UTC

This package is auto-updated.

Last update: 2026-09-12 18:51:44 UTC


README

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', '');