nanbando/deployer-recipe

Nanbando 部署器配方

0.2.1 2021-02-12 07:01 UTC

This package is auto-updated.

Last update: 2024-09-12 14:17:19 UTC


README

此存储库包含用于与部署器集成的配方。

安装

composer require --dev nanbando/deployer-recipe

将文件包含到您的 deploy.php 文件中:

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

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