Skip to content

Commit

Permalink
[CICD-730] Exclude wp-cache-memcached from all deploys (#30)
Browse files Browse the repository at this point in the history
* Add wp-cache-memcached to default excludes list

* Add exclude rule for drop-ins directory
  • Loading branch information
apmatthews authored Aug 6, 2024
1 parent 7649abc commit f8fa689
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/wicked-tables-tap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@wpengine/site-deploy": patch
---

Adds wp-cache-memcached to default excludes list
3 changes: 3 additions & 0 deletions exclude.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ wp-content/mu-plugins/wpengine-common*
wp-content/mu-plugins/wpe-wp-sign-on-plugin*
wp-content/mu-plugins/wpe-elasticpress-autosuggest-logger*
wp-content/mu-plugins/wpe-cache-plugin*
wp-content/mu-plugins/wp-cache-memcached*
wp-content/drop-ins/
wp-content/drop-ins/wp-cache-memcached*
wp-content/mysql.sql

# Local specific
Expand Down

0 comments on commit f8fa689

Please sign in to comment.