bedrock-deploy-to-wpengine icon indicating copy to clipboard operation
bedrock-deploy-to-wpengine copied to clipboard

Bash script to deploy a Roots Bedrock project to WP Engine's hosting platform

Results 4 bedrock-deploy-to-wpengine issues
Sort by recently updated
recently updated
newest added

The git repo for my project has this file structure: ``` .git trellis site ``` I placed the bash script inside `site` and setup the remotes for wpengine. However when...

Check if the current system has `git push` access to the WP Engine repo before branching and moving things. Otherwise, it leaves the user in a bad state on a...

Determine if `composer` needs to run an update, install, or whatever rather than simply assuming that it needs to.