nanbando / deployer-recipe
Nanbando recipe for deployer
Installs: 20 246
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Requires (Dev)
- deployer/deployer: ^5.1
This package is auto-updated.
Last update: 2024-11-12 14:39:22 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', '');