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
- Host: GitHub
- URL: https://github.com/colorful-tones/wpe-deploy-composer
- Owner: colorful-tones
- Created: 2022-11-21T20:52:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-02T19:22:39.000Z (over 2 years ago)
- Last Synced: 2025-01-12T19:55:12.760Z (5 months ago)
- Language: HTML
- Size: 149 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)