Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nanbando/deployer-recipe
- Owner: nanbando
- License: mit
- Created: 2017-07-02T08:51:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-02-12T07:01:31.000Z (about 4 years ago)
- Last Synced: 2024-12-20T19:14:56.756Z (about 2 months ago)
- Topics: backup, deployer, deployer-recipes, deployment, nanbando-recipe
- Language: PHP
- Homepage: https://asapo.at/blog/deployer-nanbando-integration
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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', '');
```