bclibcoop/deployer-bedrock

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

v1.0.0 2024-02-16 22:06 UTC

This package is auto-updated.

Last update: 2024-04-16 22:31:58 UTC


README

A (fairly opinionated) Deployer recpie to deploy a Bedrock based WordPress site.

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';

// Also support for multisite
// require_once 'recipe/bedrock-multisite.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)