Releases: wpengine/github-action-wpe-site-deploy
Releases · wpengine/github-action-wpe-site-deploy
v3.2.6
v3.2.5
v3.2.4
v3.2.3
v3.2.2
v3.2.1
v3.2.0
v3.1.1
Patch Changes
- Prevent plugin and theme conflicts from adversely affecting cache clear #29
v3.1.0
v3.0
Release Notes: Newly enhanced WP Engine Github Action.
Key updates:
- branch management: This is now managed by the Github Actions
branches:
operator instead of within the Action itself. This will lend to more flexibility to execute different workflows for different branches. - Post Deploy Script: the
SCRIPT:
variable can now be used to call and execute a bash script after the deploy is made to the server. - Multi-step support: Now a single branch can be used to run a multistep job. Ex. deploying main branch to staging, running tests other actions, then running the WPE action to deploy the compiled artifacts to production.
- SSH connectivity enhancement for more reliable interaction with the SSH Gateway