github-action-wpe-site-deploy icon indicating copy to clipboard operation
github-action-wpe-site-deploy copied to clipboard

A GitHub Action to deploy code directly to WP Engine.

Results 10 github-action-wpe-site-deploy issues
Sort by recently updated
recently updated
newest added

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...

**Describe the bug** When using v3 of the action with a straightforward config like: ``` - name: GitHub Action Deploy to WP Engine uses: wpengine/github-action-wpe-site-deploy@v3 with: # Deploy vars WPE_SSHG_KEY_PRIVATE:...

Deployments, up until this Monday, would finish well under a minute almost always. Starting this Monday (8/11), deployments are taking at or above 5 minutes, seemingly uploading all the files...

All our deployments are encountering errors during rsync, resulting in a "Failed to create shell" error. No changes have been made to our deployment configuration or keys. I tried re-running...

**Describe the bug** There is currently no safeguards to prevent github action from attempting to push changes to host that is concurrently being restored / pushed from other action eg...