Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nanbando/deployer-recipe

Nanbando recipe for deployer
https://github.com/nanbando/deployer-recipe

backup deployer deployer-recipes deployment nanbando-recipe

Last synced: 24 days ago
JSON representation

Nanbando recipe for deployer

Awesome Lists containing this project

README

        

# Nanbando deployer recipe

This repository contains a recipe to integrate with deployer.

## Installation

```bash
composer require --dev nanbando/deployer-recipe
```

Include file into your `deploy.php`:`

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

set('bin/nanbando', '/nanbando.phar');
set('nanbando_push', true);
set('nanbando_backup_options', '');
```