Skip to content

Releases: wpengine/github-action-wpe-site-deploy

v3.2.6

16 Oct 16:16
b7c2c51
Compare
Choose a tag to compare

Patch Changes

  • 0a8b985: Bump wpengine/site-deploy image version 1.0.4

v3.2.5

17 Jul 15:54
af9817d
Compare
Choose a tag to compare

Patch Changes

  • 24a71db: Update wpengine/site-deploy image to 1.0.3

v3.2.4

25 Oct 19:03
aaff8c4
Compare
Choose a tag to compare

Patch Changes

  • 34b3009: Update link to exclude.txt
  • 1a754af: Bump @changesets/cli > 2.26.2 (resolves semver vulnerability)
  • 4e010b0: Update wpengine/site-deploy image to 1.0.2

v3.2.3

21 Feb 17:33
dd41d6a
Compare
Choose a tag to compare

Patch Changes

  • 2bc933a: Update wpengine/site-deploy image to 1.0.1

v3.2.2

04 Jan 17:41
475569d
Compare
Choose a tag to compare

Patch Changes

  • 42002e5: Fixes an issue in v3.2.1 where the action may fail to resolve the public Docker image

v3.2.1

04 Jan 15:38
c0f4436
Compare
Choose a tag to compare

Patch Changes

  • cecc467: [CICD-217] Replace split image with site-deploy combined image

v3.2.0

20 Oct 19:23
78e77a3
Compare
Choose a tag to compare

Minor Changes

  • 24c8aaf: Add CDN cache clearing ability to the CACHE_CLEAR flag.

Patch Changes

  • 7301b87: Improve performance by utilizing pre-built Docker Image.

v3.1.1

02 Aug 20:49
55c5a1c
Compare
Choose a tag to compare

Patch Changes

  • Prevent plugin and theme conflicts from adversely affecting cache clear #29

v3.1.0

28 Jul 19:08
0870cfa
Compare
Choose a tag to compare

Minor Changes

  • Copy post-deploy SCRIPT to the remote if it exists in the repo but not on the remote. This allows for storing script files outside of SRC_PATH. #12

Patch Changes

  • Fix action failures caused by attempts to rsync wpe-cache-plugin #8

v3.0

21 Mar 19:29
Compare
Choose a tag to compare

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