Skip to content

BCLibCoop/deployer-bedrock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deployer Bedrock Recpie

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)

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages