github-action-wpe-site-deploy
github-action-wpe-site-deploy copied to clipboard
A GitHub Action to deploy code directly to WP Engine.
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or [setup this action...
It appears that the action is not honoring "--exclude" flags in the `FLAGS` value. Neither the default `--exclude=".*"`, nor custom patterns defined with `--exclude` in a `FLAGS` override are excluding...
Hey guys! I can to run the action when deploying once of my sites, two days after a successful deploy to the env and I received this error `rsync error:...
**Describe the bug** The workflow does not delete files/folders from the server when they're deleted in the repo. This has caused builds to fail when a folder containing PHP classes...
**Describe the bug** Plugin installations via Composer no longer work due to the wordpress.org ban ### To reproduce Run a post deploy script using composer and any plugins that use...
**Describe the bug** Pushing files or folders to `wp-content/mu-plugins` deletes the `mu-plugin.php` file, which breaks multisite admin logins (as well as other WP Engine mu-plugins). It also attempts to delete...