定制 bclibcoop/deployer-bedrock 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

bclibcoop/deployer-bedrock

最新稳定版本:v1.2.4

Composer 安装命令:

composer require bclibcoop/deployer-bedrock

包简介

Deployer recipe/tasks to deploy a Bedrock-based WordPress site

README 文档

README

A (fairly opinionated) Deployer recpie to deploy a Bedrock based WordPress site. Also now supports Drupal deployments, using Drush for post-deploy actions.

Inspired by capistrano-wpcli

Usage

Include the following in your deployer.php file

require_once dirname(DEPLOYER_DEPLOY_FILE) . '/vendor/autoload.php';

require_once 'recipe/bedrock.php';

Or for multisite installations

require_once dirname(DEPLOYER_DEPLOY_FILE) . '/vendor/autoload.php';

require_once 'recipe/bedrock-multisite.php';

Or now Drupal (the auto-load file should put this package's "recipe" folder ahead of Deployer's in the include_path, so you will get this one rather than the contrib recpie)

require_once dirname(DEPLOYER_DEPLOY_FILE) . '/vendor/autoload.php';

require_once 'recipe/drupal.php';

And then define your hosts and override any variables required

Future Functionality

  • Fully handle multisite DB search/replace
  • Theme asset building (local or remote)

统计信息

  • 总下载量: 70
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 4
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-02-16