We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3da79c8 commit 0da65a6Copy full SHA for 0da65a6
.changeset/good-pears-play.md
@@ -0,0 +1,5 @@
1
+---
2
+"@wpengine/github-action-wpe-site-deploy": patch
3
4
+
5
+Prevent plugin and theme conflicts from adversely affecting cache clear
entrypoint.sh
@@ -80,7 +80,7 @@ fi
80
81
# post deploy cache clear
82
if [ "${INPUT_CACHE_CLEAR^^}" == "TRUE" ]; then
83
- CACHE_CLEAR="&& wp page-cache flush"
+ CACHE_CLEAR="&& wp --skip-plugins --skip-themes page-cache flush"
84
elif [ "${INPUT_CACHE_CLEAR^^}" == "FALSE" ]; then
85
CACHE_CLEAR=""
86
else echo "CACHE_CLEAR must be TRUE or FALSE only... Cache not cleared..." && exit 1;
0 commit comments