From b6f14e6809013916b456d31d19c9ca99f512e87a Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Thu, 25 Sep 2025 14:50:26 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Change=20WPE=20environmen?= =?UTF-8?q?t=20to=20protect=20starter=20demo=20site?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/wpengine.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wpengine.yml b/.github/workflows/wpengine.yml index ba914ad..40e790e 100644 --- a/.github/workflows/wpengine.yml +++ b/.github/workflows/wpengine.yml @@ -59,6 +59,6 @@ jobs: uses: wpengine/github-action-wpe-site-deploy@v3 with: WPE_SSHG_KEY_PRIVATE: ${{ secrets.WPE_SSHG_KEY_PRIVATE }} - WPE_ENV: vdiv5 + WPE_ENV: update-me FLAGS: '-azvr --inplace --delete --exclude=".*"' - REMOTE_PATH: "wp-content/themes/vdiv5" + REMOTE_PATH: "wp-content/themes/update-me"