An open API service indexing awesome lists of open source software.

https://github.com/colorful-tones/wpe-deploy-composer

Deploy to WP Engine with Composer managed dependencies
https://github.com/colorful-tones/wpe-deploy-composer

Last synced: 4 months ago
JSON representation

Deploy to WP Engine with Composer managed dependencies

Awesome Lists containing this project

README

        

A demo repo to show one way to manage dependencies with Composer and deploy to WP Engine.

Tutorial: [Using Composer to manage plugins and deploy to WP Engine](https://wpengine.com/builders/using-composer-manage-plugins-deploy/)

The root of this repo represents the `wp-content/` directory of your WordPress install. Right now, all plugins are managed with Composer. This does not _always_ have to be the case, and you could exclude a custom plugin or two in the `.gitignore`.

## Resources

* [Branched deploys to WP Engine with GitHub Actions](https://wpengine.com/builders/branched-deploys-to-wp-engine-with-github-actions/)
* [GitHub Action for WP Engine Site Deployments](https://wpengine.com/support/github-action-deploy/)
* [GitHub Action - Deploy WordPress to WP Engine](https://github.com/marketplace/actions/deploy-wordpress-to-wp-engine)